diff --git a/docs/content/docs/operations/rbac.md b/docs/content/docs/operations/rbac.md index eee9bca5bf..88189a7aa2 100644 --- a/docs/content/docs/operations/rbac.md +++ b/docs/content/docs/operations/rbac.md @@ -104,7 +104,7 @@ For each additional namespace that runs the Flink jobs, users need to do the fol name: flink EOF ``` -3. Optionally create an example Flink job in the namespace. Run the command from the root of the cloned flink-kuberntes-operator repo: +3. Optionally create an example Flink job in the namespace. Run the command from the root of the cloned flink-kubernetes-operator repo: ```sh kubectl apply -f example/basic.yaml ```