Skip to content

Commit

Permalink
Fix minor mistake in API docs (#576)
Browse files Browse the repository at this point in the history
Closes #392
  • Loading branch information
khalilgharbaoui authored Aug 4, 2022
1 parent 67f6e1f commit e0ee141
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion oas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@
"tags": [
"Verses"
],
"description": "Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.\n\n10:5 is 5th ayah of 101th surah.",
"description": "Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.\n\n10:5 is 5th ayah of 10th surah.",
"parameters": [
{
"name": "language",
Expand Down
2 changes: 1 addition & 1 deletion oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ paths:
description: |-
Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.
10:5 is 5th ayah of 101th surah.
10:5 is 5th ayah of 10th surah.
parameters:
- name: language
in: query
Expand Down
2 changes: 1 addition & 1 deletion raml10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ documentation:
description: |-
Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.
10:5 is 5th ayah of 101th surah.
10:5 is 5th ayah of 10th surah.
responses:
'200':
body:
Expand Down
2 changes: 1 addition & 1 deletion stoplight.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
"tags": [
"Verses"
],
"description": "Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.\n\n10:5 is 5th ayah of 101th surah.",
"description": "Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.\n\n10:5 is 5th ayah of 10th surah.",
"parameters": [
{
"name": "language",
Expand Down
2 changes: 1 addition & 1 deletion stoplight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ paths:
description: |-
Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.
10:5 is 5th ayah of 101th surah.
10:5 is 5th ayah of 10th surah.
parameters:
- name: language
in: query
Expand Down

0 comments on commit e0ee141

Please sign in to comment.