Skip to content

Commit

Permalink
improve description for parser param
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 19, 2024
1 parent 5b32197 commit 45adba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ class BasePlugin {
* `dotRelative` option. This means relative paths in the current directory
* will be prefixed with `./` (or `.\` on Windows) even if this was not
* present in the input filename or pattern.
* @param {string | undefined} parser - If this filename matched a file parser
* the user has specified in a custom schema, this will be passed to
* `parseFile` in the `parser` param.
* @param {string | undefined} parser - If the user has specified a parser to
* use for this file in a custom schema, this will be passed to `parseFile`
* in the `parser` param.
* @returns {Document | undefined} Parsed file contents
*/
// eslint-disable-next-line no-unused-vars
Expand Down

0 comments on commit 45adba2

Please sign in to comment.