Skip to content

Commit 971e746

Browse files
Fix possible spelling mistake in wind.json
Switches "São Paolo" to "São Paulo", one of the major cities of Brazil.
1 parent 0e275be commit 971e746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/data/wind.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"wind": [5, 8, 2, 3, 4, 5],
66
"gusts": [7, 14, 10, 8, 7, 8]
77
},
8-
"São Paolo": {
8+
"São Paulo": {
99
"height": 762,
1010
"hour": [8, 10, 12, 14, 16, 18],
1111
"wind": [1, 2, 2, 3, 2, 1],
1212
"gusts": [2, 2.2, 2.3, 3.5, 4, 2]
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)