From 51273880251aac3432248eda891b86e7b9ab44a9 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Thu, 9 May 2024 18:20:02 -0500 Subject: [PATCH] fix: incorrect comment these were the third code samples in the array, so they should be called "Default #3". whoops! --- 3.0/json/readme-extensions.json | 2 +- 3.0/yaml/readme-extensions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3.0/json/readme-extensions.json b/3.0/json/readme-extensions.json index fbe0d8e..06c0f10 100644 --- a/3.0/json/readme-extensions.json +++ b/3.0/json/readme-extensions.json @@ -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", diff --git a/3.0/yaml/readme-extensions.yaml b/3.0/yaml/readme-extensions.yaml index b57b0bc..a75d3ce 100644 --- a/3.0/yaml/readme-extensions.yaml +++ b/3.0/yaml/readme-extensions.yaml @@ -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