Skip to content

Commit

Permalink
fix typo in the documentation (#871)
Browse files Browse the repository at this point in the history
Fixes #870

Signed-off-by: Bala.FA <bala@minio.io>
  • Loading branch information
balamurugana committed Oct 13, 2023
1 parent e8ed46b commit a374aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/drive-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Refer to the [list drives command](./command-reference.md#drives-command) for mo
Drives are labeled to set custom tagging which can be used in volume provisioning. Below is an example:
```sh
# Set label 'tier' key to 'hot' value.
$ kubectl directpv label drives tiet=hot
$ kubectl directpv label drives tier=hot

# Remove label 'tier'.
$ kubectl directpv label drives tier-
Expand Down

0 comments on commit a374aab

Please sign in to comment.