Skip to content

Commit

Permalink
chore: typo (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaap3 authored Dec 13, 2024
1 parent 729baff commit 314386c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/src/flat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export function defineFlatConfigs(

/**
* Create an array of ESLint flat configs for Nuxt 3, based on the given options.
* Accpets appending user configs as rest arguments from the second argument.
* Accepts appending user configs as rest arguments from the second argument.
*
* For Nuxt apps, it's recommanded to use `@nuxt/eslint` module instead, which will generate the necessary configuration based on your project.
* For Nuxt apps, it's recommended to use `@nuxt/eslint` module instead, which will generate the necessary configuration based on your project.
* @see https://eslint.nuxt.com/packages/module
*/
export function createConfigForNuxt(
Expand Down

0 comments on commit 314386c

Please sign in to comment.