Skip to content

Commit de40e50

Browse files
authored
docs: correct spelling of Operator scope (#6728)
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
1 parent 308b320 commit de40e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/en/docs/building-operators/golang/operator-scope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
4444

4545
### Watching resources in specific Namespaces
4646

47-
To restrict the scope of the [Manager's][ctrl-manager] cache to a specific Namespace set the `Cache.DefaultNamespaces'
47+
To restrict the scope of the [Manager's][ctrl-manager] cache to a specific Namespace, set `Cache.DefaultNamespaces`
4848
field in [Options][ctrl-options]:
4949

5050
```go
@@ -64,7 +64,7 @@ mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
6464

6565
### Watching resources in a set of Namespaces
6666

67-
It is also possible to use 'DefaultNamepsaces' to watch and manage resources in a set of Namespaces:
67+
It is also possible to use `DefaultNamespaces` to watch and manage resources in a set of Namespaces:
6868

6969
```go
7070
...

0 commit comments

Comments
 (0)