Skip to content

Commit

Permalink
docs: fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkratky committed Nov 22, 2024
1 parent 82a1a57 commit eacaf6c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs-rtd/.custom_wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
CIDRs
CPUs
Hashicorp
MicroK
Multipass
SREs
TLS
Terraform
Unexpose
declaratively
juju
localhost
macOS
natively
terraform
unexpose
1 change: 1 addition & 0 deletions docs-rtd/.sphinx/spellingcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ matrix:
- img
- a.p-navigation__link
- a.contributor
- small
2 changes: 1 addition & 1 deletion docs-rtd/howto/manage-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "juju_application" "this" {
## Configure an application
> See also: [`juju` | Application configuration](https://juju.is/docs/juju/configuration#heading--application-configuration)
To configure an application, in its resource definition add a config map with the key=value pairs you want (from the list of configs available for the charm).
To configure an application, in its resource definition add a configuration map with the `key=value` pairs you want (from the list of configurations available for the charm).

```terraform
resource "juju_application" "this" {
Expand Down

0 comments on commit eacaf6c

Please sign in to comment.