Skip to content

Commit f70bb58

Browse files
committed
consistent casing in code samples
1 parent 07063b0 commit f70bb58

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

navigation.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In the `navigation` object, `tabs` is an array where each entry is an object tha
118118
"navigation": {
119119
"tabs": [
120120
{
121-
"tab": "API References",
121+
"tab": "API reference",
122122
"icon": "square-terminal",
123123
"pages": [
124124
"api-reference/get",
@@ -221,7 +221,7 @@ In the `navigation` object, `anchors` is an array where each entry is an object
221221
]
222222
},
223223
{
224-
"anchor": "API References",
224+
"anchor": "API reference",
225225
"icon": "square-terminal",
226226
"pages": [
227227
"api-reference/get",
@@ -294,7 +294,7 @@ In the `navigation` object, `dropdowns` is an array where each entry is an objec
294294
]
295295
},
296296
{
297-
"dropdown": "API References",
297+
"dropdown": "API reference",
298298
"icon": "square-terminal",
299299
"pages": [
300300
"api-reference/get",
@@ -370,7 +370,7 @@ In the `navigation` object, `versions` is an array where each entry is an object
370370
"version": "1.0.0",
371371
"groups": [
372372
{
373-
"group": "Getting Started",
373+
"group": "Getting started",
374374
"pages": ["v1/overview", "v1/quickstart", "v1/development"]
375375
}
376376
]
@@ -379,7 +379,7 @@ In the `navigation` object, `versions` is an array where each entry is an object
379379
"version": "2.0.0",
380380
"groups": [
381381
{
382-
"group": "Getting Started",
382+
"group": "Getting started",
383383
"pages": ["v2/overview", "v2/quickstart", "v2/development"]
384384
}
385385
]
@@ -432,7 +432,7 @@ We currently support the following languages:
432432
"language": "en",
433433
"groups": [
434434
{
435-
"group": "Getting Started",
435+
"group": "Getting started",
436436
"pages": ["en/overview", "en/quickstart", "en/development"]
437437
}
438438
]
@@ -441,7 +441,7 @@ We currently support the following languages:
441441
"language": "es",
442442
"groups": [
443443
{
444-
"group": "Getting Started",
444+
"group": "Getting started",
445445
"pages": ["es/overview", "es/quickstart", "es/development"]
446446
}
447447
]

0 commit comments

Comments
 (0)