docs: 'cmd' repeat twice (#75)

Probably meant `keys`?
This commit is contained in:
C.D. MacEachern 2022-12-21 13:48:53 -05:00 committed by GitHub
parent 472a091b77
commit 1fb10b987b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Additionally, you can also lazy-load on **events**, **commands**,
Plugins will be lazy-loaded when one of the following is `true`: Plugins will be lazy-loaded when one of the following is `true`:
- the plugin only exists as a dependency in your spec - the plugin only exists as a dependency in your spec
- it has an `event`, `cmd`, `ft` or `cmd` key - it has an `event`, `cmd`, `ft` or `keys` key
- it defines an `init` method - it defines an `init` method
- `config.defaults.lazy == true` - `config.defaults.lazy == true`