Skip to content

Commit 4aab1b4

Browse files
boszmpociot
authored andcommitted
Removed duplicate words(typo) from the sentence (mpociot#249)
Initially had As of as of Larave ... so removed one of the as of so that the language is fluent.
1 parent 2d4cf80 commit 4aab1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The generator automatically creates a Postman collection file, which you can imp
206206

207207
If you don't want to create a Postman collection, use the `--noPostmanCollection` option, when generating the API documentation.
208208

209-
As of as of Laravel 5.3, 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):
209+
As of Laravel 5.3, 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):
210210

211211
```php
212212
'url' => env('APP_URL', 'http://yourappdefault.app'),

0 commit comments

Comments
 (0)