Skip to content

Commit

Permalink
Fix typos in documentation (#10198)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricker authored Nov 22, 2024
1 parent b306c81 commit 474ce12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/plugins-helpers/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export namespace Types {
*/
schema?: InstanceOrArray<Schema>;
/**
* @description Configuration object containing key => value that will be passes to the plugins.
* @description Configuration object containing key => value that will be passed to the plugins.
* Specifying configuration in this level of your configuration file will pass it to all plugins, in all outputs.
*
* The options may vary depends on what plugins you are using.
Expand Down Expand Up @@ -429,7 +429,7 @@ export namespace Types {
/**
* @type object
* @additionalProperties true
* @description Configuration object containing key => value that will be passes to the plugins.
* @description Configuration object containing key => value that will be passed to the plugins.
* Specifying configuration in this level of your configuration file will pass it to all plugins, in all outputs.
*
* The options may vary depends on what plugins you are using.
Expand Down

0 comments on commit 474ce12

Please sign in to comment.