forked from loafle/openapi-generator-original
Fix thousands of spelling typos (#10272)
This commit is contained in:
@@ -113,7 +113,7 @@ return [
|
||||
| Encryption Key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This key is used by the Illuminate encrypter service and should be set
|
||||
| This key is used by the Illuminate encryptor service and should be set
|
||||
| to a random, 32 character string, otherwise these encrypted strings
|
||||
| will not be safe. Please do this before deploying an application!
|
||||
|
|
||||
|
||||
@@ -153,7 +153,7 @@ Route::post('/v2/fake/property/enum-int', 'FakeController@fakePropertyEnumIntege
|
||||
* Notes: To test the collection format in query parameters
|
||||
|
||||
*/
|
||||
Route::put('/v2/fake/test-query-paramters', 'FakeController@testQueryParameterCollectionFormat');
|
||||
Route::put('/v2/fake/test-query-parameters', 'FakeController@testQueryParameterCollectionFormat');
|
||||
/**
|
||||
* patch testClassname
|
||||
* Summary: To test class name in snake case
|
||||
|
||||
Reference in New Issue
Block a user