Skip to content

Commit eac6ec7

Browse files
authored
Fix spelling in ObservableCollections documentation
1 parent 5a47c82 commit eac6ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/ObservableCollections.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Observable Colections
1+
# Observable Collections
22

33
## ObservableArray / MutableObservableArray
44

@@ -122,7 +122,7 @@ the new item would automatically be inserted and animated into the table view.
122122
We can also, for example, add another section
123123

124124
```swift
125-
array2D.appendSection("Contries")
125+
array2D.appendSection("Countries")
126126
```
127127

128128
and then an item into that section:

0 commit comments

Comments
 (0)