shalvah 5 years ago
parent
commit
3eaf75c208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/documenting/documenting-api-information.md

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

@@ -3,7 +3,7 @@
 ## Authentication information
 You can add authentication information for your API using the `auth` section in `scribe.php`. Scribe will use this in three places:
 - Generating an "Authentication" section in your docs
-- Adding authentication parameters to your rxample requests (for endpoints marked as `authenticated`)
+- Adding authentication parameters to your example requests (for endpoints marked as `authenticated`)
 - Setting authentication information for response calls.
 
 Here's how you'd configure auth with a query parameter named `apiKey`: