Skip to content

Commit 6c305e6

Browse files
fix typo in settings.md
1 parent 62fd0c0 commit 6c305e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userdocs/userdocs.docc/Articles/Reference/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you'd like to provide specific arguments to your plugin command invocation yo
5555
}
5656
```
5757

58-
Alternatively you can specfiy which specific command the arguments should apply to using `PluginName:command`. A key of `PluginName` will use the arguments for all commands in the plugin. If you'd like the same arguments to be used for all plugins use `*` as the plugin name.
58+
Alternatively you can specify which specific command the arguments should apply to using `PluginName:command`. A key of `PluginName` will use the arguments for all commands in the plugin. If you'd like the same arguments to be used for all plugins use `*` as the plugin name.
5959

6060
```json
6161
{

0 commit comments

Comments
 (0)