Explorar o código

Fix ReST formatting

shalvah %!s(int64=5) %!d(string=hai) anos
pai
achega
0148e4c5e7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/documenting/documenting-api-information.md

+ 2 - 2
docs/documenting/documenting-api-information.md

@@ -7,8 +7,8 @@ You can add authentication information for your API using the `auth` section in
 .. Important:: Scribe uses your specified authentication information in three places:
 
    - Generating an "Authentication" section in your docs
-   - Adding authentication parameters to your example requests (only for endpoints marked as `@authenticated`)
-   - Adding the necessary auth parameters with the specified value to response calls (only for endpoints marked as `@authenticated`)
+   - Adding authentication parameters to your example requests (only for endpoints marked as :code:`@authenticated`)
+   - Adding the necessary auth parameters with the specified value to response calls (only for endpoints marked as :code:`@authenticated`)
 ```
 
 Here's how you'd configure auth with a query parameter named `apiKey`: