doc: Correct few doc errors

Fixes the typos in deploy-cephfs and development-guide docs.

Signed-off-by: karthik-us <ksubrahm@redhat.com>
This commit is contained in:
karthik-us
2023-04-21 11:10:31 +05:30
committed by mergify[bot]
parent 1bc090d975
commit fb930243a8
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ it is **highly** encouraged to:
* Run
```console
go get -d github.com/ceph/ceph-csi`
go get -d github.com/ceph/ceph-csi
```
This will just download the source and not build it. The downloaded source
@ -40,7 +40,7 @@ it is **highly** encouraged to:
* Add your fork as a git remote:
```console
git remote add fork https://github.com/<your-github-username>/ceph-csi`
git remote add fork https://github.com/<your-github-username>/ceph-csi
```
* Set up a pre-commit hook to catch issues locally.