Skip to content

Commit

Permalink
docs: fixes sphinx bolding error in technical.rst
Browse files Browse the repository at this point in the history
Bolding was incorrectly written with a single `*` and
was interpretted as a single item list with trailing `*`.

fixes:

    ```
    docs/components/ory/technical.rst:23:
    WARNING: Bullet list ends without a blank line; unexpected unindent.
    ```
  • Loading branch information
spazm committed Oct 12, 2021
1 parent a90ebab commit b0a4193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/ory/technical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ From the ORY Ecosystem we use two services:
- ORY Oathkeeper
- ORY Kratos

* Although they were designed to work together, all ORY services are completely independent
from each other *
**Although they were designed to work together, all ORY services are completely independent
from each other**

ORY Oathkeeper
--------------
Expand Down

0 comments on commit b0a4193

Please sign in to comment.