chore: Phrasing
Changed `the method` to `a method` to make it (more) clear that one should provide this method themselves.
This commit is contained in:
parent
767d835cc6
commit
ebc65082af
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const myConditionalPlugin = {
|
|||
}
|
||||
```
|
||||
|
||||
Where `myPlugin` is the plugin itself, and `condition` is the method
|
||||
Where `myPlugin` is the plugin itself, and `condition` is a method
|
||||
that returns `true` if the plugin should be loaded.
|
||||
|
||||
<Related>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue