Skip to content

Commit 474ce12

Browse files
authored
Fix typos in documentation (#10198)
1 parent b306c81 commit 474ce12

File tree

1 file changed

+2
-2
lines changed
  • packages/utils/plugins-helpers/src

1 file changed

+2
-2
lines changed

packages/utils/plugins-helpers/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export namespace Types {
311311
*/
312312
schema?: InstanceOrArray<Schema>;
313313
/**
314-
* @description Configuration object containing key => value that will be passes to the plugins.
314+
* @description Configuration object containing key => value that will be passed to the plugins.
315315
* Specifying configuration in this level of your configuration file will pass it to all plugins, in all outputs.
316316
*
317317
* The options may vary depends on what plugins you are using.
@@ -429,7 +429,7 @@ export namespace Types {
429429
/**
430430
* @type object
431431
* @additionalProperties true
432-
* @description Configuration object containing key => value that will be passes to the plugins.
432+
* @description Configuration object containing key => value that will be passed to the plugins.
433433
* Specifying configuration in this level of your configuration file will pass it to all plugins, in all outputs.
434434
*
435435
* The options may vary depends on what plugins you are using.

0 commit comments

Comments
 (0)