Skip to content

Commit

Permalink
fix: incorrect comment
Browse files Browse the repository at this point in the history
these were the third code samples in the array, so they should be called "Default #3". whoops!
  • Loading branch information
kanadgupta committed May 9, 2024
1 parent f61ad4c commit 5127388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.0/json/readme-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
{
"language": "curl",
"code": "# This custom cURL snippet does not have a custom name so it has the name of \"Default #2\".\n\ncurl -X POST https://api.example.com/v2/alert"
"code": "# This custom cURL snippet does not have a custom name so it has the name of \"Default #3\".\n\ncurl -X POST https://api.example.com/v2/alert"
},
{
"name": "Yet another custom snippet",
Expand Down
2 changes: 1 addition & 1 deletion 3.0/yaml/readme-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ paths:
correspondingExample: curlExample
- language: curl
code: |-
# This custom cURL snippet does not have a custom name so it has the name of "Default #2".
# This custom cURL snippet does not have a custom name so it has the name of "Default #3".
curl -X POST https://api.example.com/v2/alert
- name: Yet another custom snippet
Expand Down

0 comments on commit 5127388

Please sign in to comment.