Explorar o código

Merge remote-tracking branch 'master/master'

shalvah %!s(int64=6) %!d(string=hai) anos
pai
achega
55cd94e0e5
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      README.md
  2. 1 1
      config/apidoc.php

+ 2 - 2
README.md

@@ -182,7 +182,7 @@ To specify a list of valid parameters your API route accepts, use the `@bodyPara
  * @bodyParam title string required The title of the post.
  * @bodyParam body string required The title of the post.
  * @bodyParam type string The type of post to create. Defaults to 'textophonious'.
- @bodyParam author_id int the ID of the author
+ * @bodyParam author_id int the ID of the author
  * @bodyParam thumbnail image This is required if the post type is 'imagelicious'.
  */
 public function createPost()
@@ -281,7 +281,7 @@ If you don't specify an example response using any of the above means, this pack
 
 The generator automatically creates a Postman collection file, which you can import to use within your [Postman app](https://www.getpostman.com/apps) for even simpler API testing and usage.
 
-If you don't want to create a Postman collection, set the `--postman` config option to false.
+If you don't want to create a Postman collection, set the `postman` config option to false.
 
 The default base URL added to the Postman collection will be that found in your Laravel `config/app.php` file. This will likely be `http://localhost`. If you wish to change this setting you can directly update the url or link this config value to your environment file to make it more flexible (as shown below):
 

+ 1 - 1
config/apidoc.php

@@ -109,7 +109,7 @@ return [
                     /*
                      * Environment variables which should be set for the API call.
                      * This is a good place to ensure that notifications, emails
-                     * and other external services arenot triggered during the documentation API calls
+                     * and other external services are not triggered during the documentation API calls
                      */
                     'env' => [
                         'APP_ENV' => 'documentation',