Skip to content

Commit d6986fd

Browse files
authored
Fix typos in README (airbnb#279)
1 parent ce32b67 commit d6986fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ _You can enable the following settings in Xcode by running [this script](resourc
18041804
let composition = AtmosphereComposition(nitrogen: 0.78, oxygen: 0.22)
18051805

18061806
/// Generate the `atmosphere` first, **then** the `oceans`. Otherwise, the water will just boil off immediately.
1807-
/// - Comments not preceeding declarations can use doc comments, and will not be autocorrected into regular comments.
1807+
/// - Comments not preceding declarations can use doc comments, and will not be autocorrected into regular comments.
18081808
/// This can be useful because Xcode applies markdown styling to doc comments but not regular comments.
18091809
generateAtmosphere(using: composition)
18101810
generateOceans()
@@ -1833,7 +1833,7 @@ _You can enable the following settings in Xcode by running [this script](resourc
18331833
}
18341834
```
18351835

1836-
Regular comments are also allowed before a grouped block of delcarations, since it's possible that the comment refers to the block as a whole rather than just the following declaration:
1836+
Regular comments are also allowed before a grouped block of declarations, since it's possible that the comment refers to the block as a whole rather than just the following declaration:
18371837

18381838
```swift
18391839
// RIGHT

0 commit comments

Comments
 (0)