Skip to content

Commit a4a1ba6

Browse files
committed
fix(docs): lint errors
1 parent e20f696 commit a4a1ba6

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

docs/howto/manage-12-factor-charms/configure-12-factor-charms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ The results should arrive simultaneously and contain five instances of ``ok``:
226226
ok
227227

228228
It can take up to a minute for the configuration to take effect. When the
229-
configuration changes, the charm will re-enter the active state.
229+
configuration changes, the charm will re-enter the active state.

docs/howto/manage-12-factor-charms/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ How to manage 12-factor app charms
44
==================================
55

66
These guides walk you through all ways you can manage 12-factor app charms,
7-
from initialization to usage.
7+
from initialization to usage.
88

99
Initialization
1010
--------------
@@ -31,7 +31,7 @@ Integration
3131
-----------
3232

3333
Once deployed, your 12-factor app can be integrated to nearly anything in the
34-
charm ecosystem.
34+
charm ecosystem.
3535

3636
.. toctree::
3737
:maxdepth: 2
@@ -41,7 +41,8 @@ charm ecosystem.
4141
Usage
4242
-----
4343

44-
Now that you've initialized and configured your 12-factor app charm, you're ready to use it!
44+
Now that you've initialized and configured your 12-factor app charm, you're
45+
ready to use it!
4546

4647

4748
.. toctree::

docs/howto/manage-12-factor-charms/init-12-factor-charms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Prepare an OCI image for a 12-factor app charm
5656

5757
See more:
5858
:external+rockcraft:doc:`Rockcraft | How to build a 12-factor app rock
59-
<how-to/build-a-12-factor-app-rock>`
59+
<how-to/build-a-12-factor-app-rock>`

docs/howto/manage-12-factor-charms/integrate-12-factor-charms.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ configure your 12-factor application.
6565
- ``POSTGRESQL_DB_PORT``
6666

6767
See also: `How to add an integration to a charm
68-
<https://juju.is/docs/sdk/implement-integrations-in-a-charm>`_
68+
<https://juju.is/docs/sdk/implement-integrations-in-a-charm>`_
69+

docs/howto/manage-12-factor-charms/use-12-factor-charms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ If the migration script fails, it will retry upon ``update-status``. The migrati
2727
script will run on every unit. The script is assumed to be idempotent (in other words,
2828
can be run multiple times) and that it can be run on multiple units simultaneously
2929
without issue. Handling multiple migration scripts that run concurrently
30-
can be achieved by, for example, locking any tables during the migration.
30+
can be achieved by, for example, locking any tables during the migration.

0 commit comments

Comments
 (0)