Update csi_plugin.mdx

typo
This commit is contained in:
Mark Lewis 2020-11-27 06:56:13 +00:00 committed by GitHub
parent 8ba9bde2ff
commit 1ac9d1c2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ csi_plugin {
- `id` `(string: <required>)` - This is the ID for the plugin. Some
plugins will require both controller and node plugin types (see
below); you need to use the same ID for both so that Nomad knows the
below); you need to use the same ID for both so that Nomad knows they
belong to the same plugin.
- `type` `(string: <required>)` - One of `node`, `controller`, or