Skip to content

Commit 8b3e764

Browse files
leogurjabrettz9
andcommitted
fix: typos
Co-authored-by: Brett Zamir <[email protected]>
1 parent 6a42c57 commit 8b3e764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ import validTypes from './rules/validTypes.js';
5959
import { getJsdocProcessorPlugin } from './getJsdocProcessorPlugin.js';
6060

6161
/**
62-
* @typedef {"recommended" | "stylistic" | "contents" | "logical"} ConfigGrous
62+
* @typedef {"recommended" | "stylistic" | "contents" | "logical"} ConfigGroups
6363
* @typedef {"" | "-typescript" | "-typescript-flavor"} ConfigVariants
6464
* @typedef {"" | "-error"} ErrorLevelVariants
6565
* @type {import('eslint').ESLint.Plugin & {
66-
* configs: Record<`flat/${ConfigGrous}${ConfigVariants}${ErrorLevelVariants}`, import('eslint').Linter.Config>
66+
* configs: Record<`flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}`, import('eslint').Linter.Config>
6767
* }}
6868
*/
6969
const index = {

0 commit comments

Comments
 (0)