Skip to content

Commit

Permalink
doc: fix minor typos (#14289)
Browse files Browse the repository at this point in the history
A couple small typo fixes + testing that all is well with my git setup.
  • Loading branch information
tomponline authored Oct 17, 2024
2 parents 7782271 + f83ba1c commit 3354192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/howto/projects_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ For example:
See [`PUT /1.0/projects/{name}`](swagger:/projects/project_put) for more information.
```
```{group-tab} UI
To UI does not currently support editing the full YAML configuration for a project.
The UI does not currently support editing the full YAML configuration for a project.
However, you can update several or all configuration options at the same time through the UI.
```
````
2 changes: 1 addition & 1 deletion doc/howto/server_expose.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The UI requires LXD to be exposed to the network.
Therefore, you must use the CLI or API to originally expose LXD to the network.
Once you have access to the UI, you can use it to update the setting.
However, be careful when changing the configured value, because using an invalid value might cause you to loose access to the UI.
However, be careful when changing the configured value, because using an invalid value might cause you to lose access to the UI.
```
Go to {guilabel}`Settings` and edit the value for `core.https_address`.
Expand Down

0 comments on commit 3354192

Please sign in to comment.