Skip to content

Commit

Permalink
doc: fix minor typos
Browse files Browse the repository at this point in the history
Signed-off-by: Minae Lee <[email protected]>
  • Loading branch information
minaelee committed Oct 17, 2024
1 parent dcd70b1 commit f83ba1c
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 f83ba1c

Please sign in to comment.