Skip to content

Commit 941c1fd

Browse files
authored
Fix typo in README.md (#1066)
1 parent 831000d commit 941c1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ DispatchQueue.main.async {
407407
await expect(ocean).toEventually(contain("dolphens", "whiles"))
408408
```
409409

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

413413
```swift

0 commit comments

Comments
 (0)