Skip to content

Commit

Permalink
Grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vapopov committed Jan 17, 2025
1 parent d6567aa commit 2920035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/pages/reference/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,16 +322,16 @@ Find out more on the
## Auto-update config
Configuration options for client tools managed updates.
Configuration options for managed updates for Teleport client tools.
```yaml
kind: autoupdate_config
metadata:
name: autoupdate-config
spec:
tools:
# tools mode allows to enable client tools updates or disable at the
# cluster level. Disable client tools automatic updates only if self-managed
# tools mode allows users to enable or disable client tool updates at the
# cluster level. Disable client tool automatic updates only if self-managed
# updates are in place.
mode: enabled|disabled
```
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrading/client-tools-autoupdate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Teleport v17.0.5 git:v17.0.5-0-g7cc4c2a go1.23.4
### Using `tctl`

<Admonition type="note">
`tctl autoupdate` commands are available in versions: >=18.0.0-dev, >=17.2.0
`tctl autoupdate` commands are available in versions: >=17.2.0
</Admonition>

To enable or disable client tools automatic updates in the cluster, use the following command:
Expand Down

0 comments on commit 2920035

Please sign in to comment.