Skip to content

Commit

Permalink
Fix typo (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Sep 15, 2021
1 parent f96a39b commit e7c5c9f
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 @@ -38,7 +38,7 @@ You can do
```lua
local async = require "plenary.async"
```
All other modules are automatically required and can bet accessed by indexing `async`.
All other modules are automatically required and can be accessed by indexing `async`.
You needn't worry about performance as this will require all the submodules lazily.

#### A quick example
Expand Down

0 comments on commit e7c5c9f

Please sign in to comment.