Skip to content

Commit 668298a

Browse files
committed
chore(docs): fix typo in exclude/include endpoint
1 parent c948dd8 commit 668298a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21673,7 +21673,7 @@
2167321673
"example": "mykey* translated:true"
2167421674
},
2167521675
"target_locale_id": {
21676-
"description": "Locale used to exlcude or include keys.",
21676+
"description": "Exclude translations in locale",
2167721677
"type": "string",
2167821678
"example": "abcd1234abcd1234abcd1234abcd1234"
2167921679
},
@@ -21767,7 +21767,7 @@
2176721767
"example": "mykey* translated:true"
2176821768
},
2176921769
"target_locale_id": {
21770-
"description": "Locale used to exlcude or include keys.",
21770+
"description": "Include translations in locale",
2177121771
"type": "string",
2177221772
"example": "abcd1234abcd1234abcd1234abcd1234"
2177321773
},

paths/keys/exclude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ requestBody:
6969
type: string
7070
example: mykey* translated:true
7171
target_locale_id:
72-
description: Locale used to exlcude or include keys.
72+
description: Exclude translations in locale
7373
type: string
7474
example: abcd1234abcd1234abcd1234abcd1234
7575
tags:

paths/keys/include.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ requestBody:
7070
type: string
7171
example: mykey* translated:true
7272
target_locale_id:
73-
description: Locale used to exlcude or include keys.
73+
description: Include translations in locale
7474
type: string
7575
example: abcd1234abcd1234abcd1234abcd1234
7676
tags:

0 commit comments

Comments
 (0)