Skip to content

Commit f592187

Browse files
authored
docs: fix typo (#554)
1 parent bc9ec88 commit f592187

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
@@ -181,7 +181,7 @@ A Lua module that implements a bunch of the things from `pathlib` from Python, s
181181

182182
### plenary.scandir
183183

184-
`plenery.scandir` is fast recursive file operations. It is similar to unix `find` or `fd` in that it can do recursive scans over a given directory, or a set of directories.
184+
`plenary.scandir` is fast recursive file operations. It is similar to unix `find` or `fd` in that it can do recursive scans over a given directory, or a set of directories.
185185

186186
It offers a wide range of opts for limiting the depth, show hidden and more. `plenary.scan_dir` can be ran synchronously and asynchronously and offers `on_insert(file, typ)` and `on_exit(files)` callbacks. `on_insert(file, typ)` is available for both while `on_exit(files)` is only available for async.
187187

@@ -381,7 +381,7 @@ If you're having trouble / things are hanging / other problems:
381381
$ export DEBUG_PLENARY=true
382382
```
383383

384-
This will enable debuggin for the plugin.
384+
This will enable debugging for the plugin.
385385

386386
### plenary.neorocks
387387

0 commit comments

Comments
 (0)