shalvah 4 anni fa
parent
commit
26ab99e106
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/documenting/documenting-api-information.md

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

@@ -61,7 +61,7 @@ The `default` field is the default behaviour of our API. If your endpoints are a
 You can set whatever you want as the `extra_info`. A good idea would be to tell your users where to get their auth key. 
 
 The `use_value` field is only used by Scribe for response calls. It won't be included in the generated output or examples.
-The `placeholder` is opposite of `use_value`. It will be used only as a placeholder in the generated example requests.
+The `placeholder` is the opposite of `use_value`. It will be used only as a placeholder in the generated example requests.
 
 For more information, see the [reference documentation on the auth section](../config.html#auth).