Skip to content

Commit

Permalink
docs: fixing typos
Browse files Browse the repository at this point in the history
Signed-off-by: Redouane Kachach <[email protected]>
  • Loading branch information
rkachach committed Oct 5, 2023
1 parent 29fa777 commit e32ece2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Contributing/development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ eval $(minikube docker-env -p minikube)
labeled in the format `local/ceph-<arch>`.

```console
cd <your_rook_src_direcotry>
cd <your_rook_src_directory>
make BUILD_REGISTRY=local
```

Expand All @@ -85,5 +85,5 @@ make BUILD_REGISTRY=local
docker tag "local/ceph-$(go env GOARCH)" 'rook/ceph:master'
```

5) Create a Rook cluster in minikube, or if the Rook cluster is already configured, apply the new
4) Create a Rook cluster in minikube, or if the Rook cluster is already configured, apply the new
operator image by restarting the operator.

0 comments on commit e32ece2

Please sign in to comment.