Commit d29912b

Anton Medvedev <anton@medv.io>
2022-05-31 02:07:49
Update README.md
1 parent f264c8e
Changed files (1)
README.md
@@ -243,7 +243,7 @@ await quiet($`grep something from-file`)
 
 ### `within()`
 
-Create a new async context.
+Creates a new async context.
 
 ```ts
 function within(callback): void