Commit 003cfc4
authored
Remove unnecessary ~ sign from the documentation.
- Remove unnecessary "~" sign from the documentation.
- Here is the documentation link:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/storage/using-container-storage-interface-csi#persistent-storage-csi-vsphere-install-issues_persistent-storage-csi-vsphere
Here is the current documentation:
3. Delete the third-party vSphere CSI driver CSIDriver object:
~~~
~ $ oc delete CSIDriver csi.vsphere.vmware.com
~~~
- Above command is correct.
- But there is one unnecessary sign "~".
- We need to remove it, as it is of no use.
Here is the updated look:
3. Delete the third-party vSphere CSI driver CSIDriver object:
~~~
$ oc delete CSIDriver csi.vsphere.vmware.com
~~~1 parent 90230ce commit 003cfc4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments