Skip to content

Commit 55cd94e

Browse files
committed
Merge remote-tracking branch 'master/master'
2 parents 14b2c02 + 759cb00 commit 55cd94e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To specify a list of valid parameters your API route accepts, use the `@bodyPara
182182
* @bodyParam title string required The title of the post.
183183
* @bodyParam body string required The title of the post.
184184
* @bodyParam type string The type of post to create. Defaults to 'textophonious'.
185-
@bodyParam author_id int the ID of the author
185+
* @bodyParam author_id int the ID of the author
186186
* @bodyParam thumbnail image This is required if the post type is 'imagelicious'.
187187
*/
188188
public function createPost()
@@ -281,7 +281,7 @@ If you don't specify an example response using any of the above means, this pack
281281

282282
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.
283283

284-
If you don't want to create a Postman collection, set the `--postman` config option to false.
284+
If you don't want to create a Postman collection, set the `postman` config option to false.
285285

286286
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):
287287

config/apidoc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
/*
110110
* Environment variables which should be set for the API call.
111111
* This is a good place to ensure that notifications, emails
112-
* and other external services arenot triggered during the documentation API calls
112+
* and other external services are not triggered during the documentation API calls
113113
*/
114114
'env' => [
115115
'APP_ENV' => 'documentation',

0 commit comments

Comments
 (0)