Skip to content

Commit

Permalink
fix(docs): typo in the velero guied
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion authored Nov 15, 2022
1 parent ede96f5 commit 86fc711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/guides/velero.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ velero create backup oil-namespaces \
--include-namespaces oil-production,oil-development,oil-marketing
```
resulting ti the following Velero object:
resulting to the following Velero object:
```yaml
apiVersion: velero.io/v1
Expand Down Expand Up @@ -122,4 +122,4 @@ NAME STATE NAMESPACE QUOTA NAMESPACE COUNT NODE SELECTOR AGE
gas active 9 5 {"pool":"gas"} 44m
solar active 9 8 {"pool":"solar"} 43m
oil active 9 3 # <<< {"pool":"oil"} 12s
```
```

0 comments on commit 86fc711

Please sign in to comment.