Skip to content

Commit d6ddd08

Browse files
committed
chore: Typos in schema v2 description
1 parent ba1669c commit d6ddd08

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/snippets/schemas/v2/index.schema.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
"type": "string",
686686
"pattern": ".+"
687687
},
688-
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.",
688+
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.",
689689
"default": [],
690690
"examples": [
691691
[
@@ -1387,7 +1387,7 @@
13871387
"type": "string",
13881388
"pattern": ".+"
13891389
},
1390-
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.",
1390+
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.",
13911391
"default": [],
13921392
"examples": [
13931393
[
@@ -2171,7 +2171,7 @@
21712171
"type": "string",
21722172
"pattern": ".+"
21732173
},
2174-
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.",
2174+
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.",
21752175
"default": [],
21762176
"examples": [
21772177
[

packages/schemas/src/v2/index.schema.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ const schema = {
684684
"type": "string",
685685
"pattern": ".+"
686686
},
687-
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.",
687+
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.",
688688
"default": [],
689689
"examples": [
690690
[
@@ -1386,7 +1386,7 @@ const schema = {
13861386
"type": "string",
13871387
"pattern": ".+"
13881388
},
1389-
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.",
1389+
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.",
13901390
"default": [],
13911391
"examples": [
13921392
[
@@ -2170,7 +2170,7 @@ const schema = {
21702170
"type": "string",
21712171
"pattern": ".+"
21722172
},
2173-
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.",
2173+
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.",
21742174
"default": [],
21752175
"examples": [
21762176
[
@@ -2258,4 +2258,4 @@ const schema = {
22582258
},
22592259
"additionalProperties": false
22602260
} as const;
2261-
export { schema as indexSchema };
2261+
export { schema as indexSchema };

packages/schemas/src/v2/index.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export interface LocalConfig {
309309
watch?: boolean;
310310
exclude?: {
311311
/**
312-
* List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.
312+
* List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.
313313
*/
314314
paths?: string[];
315315
};

schemas/v2/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
"type": "string",
495495
"pattern": ".+"
496496
},
497-
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always exluded.",
497+
"description": "List of paths relative to the provided `path` to exclude from the index. .git, .hg, and .svn are always excluded.",
498498
"default": [],
499499
"examples": [
500500
[

0 commit comments

Comments
 (0)