Skip to content

Commit

Permalink
Fix typo in README.md (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesis authored Jul 18, 2023
1 parent 831000d commit 941c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ DispatchQueue.main.async {
await expect(ocean).toEventually(contain("dolphens", "whiles"))
```

Starting in Numble 12, `toEventually` et. al. now also supports async
Starting in Nimble 12, `toEventually` et. al. now also supports async
expectations. For example, the following test is now supported:

```swift
Expand Down

0 comments on commit 941c1fd

Please sign in to comment.