Skip to content

Commit 466e08c

Browse files
committed
fix: charm docs spelling
1 parent 5d494b6 commit 466e08c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ juju deploy ./*.charm --resource flask-app-image=localhost:32000/snapcraft-io:1
2626

2727
This will deploy the charm with the rock image you just uploaded attached as a resource.
2828

29-
once `juju status` reports the charm as `active`, you can test the webserver:
29+
Once `juju status` reports the charm as `active`, you can test the webserver:
3030

3131
```bash
3232
curl {IP_OF_SNAPCRAFT_IO_UNIT}:8000
3333
```
3434

35-
to connect using a browser, the easiest way is to integrate with `nginx-ingress-integrator`:
35+
To connect using a browser, the easiest way is to integrate with `nginx-ingress-integrator`:
3636

3737
```bash
3838
juju deploy nginx-ingress-integrator --trust
@@ -47,9 +47,9 @@ multipass ls # Get the IP of the VM
4747
echo "{IP_OF_VM} snapcraft.local" | sudo tee -a /etc/hosts
4848
```
4949

50-
> Note: login will not work using this setup, if you'd like to access publisher pages, change the domain to `staging.snapcraft.io`, but make sure to remove the line from `/etc/hosts/` after you're done.
50+
> Note: login will not work using this setup, if you'd like to access publisher pages, change the domain to `staging.snapcraft.io`, but make sure to remove the line from `/etc/hosts` after you're done.
5151
5252

5353
## Design Decisions:
54-
- To keep the codebase clean and charm libraries updated, they are only fetched before packing the charm in the [Github Actions workflow](https://github.com/canonical/snapcraft.io/blob/main/.github/workflows/publish_charm.yaml#L25).
54+
- To keep the codebase clean and charm libraries updated, they are only fetched before packing the charm in the [GitHub Actions workflow](https://github.com/canonical/webteam-devops/blob/7041da8810758715a73e1f8be67b2e68f0e1d58f/.github/workflows/deploy.yaml#L97).
5555
- As all our work is open source, the charm is publicly available on [snapcraft](https://charmhub.io/snapcraft-io), the rock image is also included as a resource. This significantly simplifies deployment.

0 commit comments

Comments
 (0)