Skip to content

Commit

Permalink
418: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Jan 15, 2024
1 parent 9bdd30d commit 3d148d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ paths:
responses:
200:
description: 'Single organization'
summary: 'Get single organization base on identifier'
summary: 'Get single organization based on identifier'
description: 'Retrieves a Organization resource.'
parameters:
-
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Dto/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
operations: [
new Get(
openapiContext: [
'summary' => 'Get single organization base on identifier',
'summary' => 'Get single organization based on identifier',
'parameters' => [
[
'name' => 'id',
Expand Down

0 comments on commit 3d148d0

Please sign in to comment.