1
0
Fork 0

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:
Joost De Cock 2022-12-14 09:48:33 +01:00 committed by GitHub
parent 767d835cc6
commit ebc65082af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>