From ad8881a35a358641fb117f22e04dfea46dc52e0e Mon Sep 17 00:00:00 2001 From: Kieran <116072977+kier-mc@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:35:12 +0100 Subject: [PATCH] chore: fix typo (#418) --- docs/content/1.packages/0.module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.packages/0.module.md b/docs/content/1.packages/0.module.md index 9bb06300..a714a15e 100644 --- a/docs/content/1.packages/0.module.md +++ b/docs/content/1.packages/0.module.md @@ -187,7 +187,7 @@ For all the available configure names, please use the DevTools to inspect. ### Config Inspector -This module ships [ESLint Congfig Inspector](https://github.com/eslint/config-inspector) in your [Nuxt DevTools](https://github.com/nuxt/devtools). You can inspect the resolved ESLint flat config there: +This module ships [ESLint Config Inspector](https://github.com/eslint/config-inspector) in your [Nuxt DevTools](https://github.com/nuxt/devtools). You can inspect the resolved ESLint flat config there: ![ESLint Config Inspector in Nuxt DevTools](/images/devtools-inspector.png)