From 56241744da0dae493ac9614ed5e551473addb277 Mon Sep 17 00:00:00 2001 From: Najmus Sakib Date: Sun, 1 Dec 2024 17:31:52 +0600 Subject: [PATCH] fix: Correct spelling of 'axios' in documentation and test file --- README.md | 2 +- tests/lib/rules/no-axios-import.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 365ce18..1dd9c60 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ TODO: Run eslint-doc-generator to generate the configs list (or delete this sect | Name | Description | 🔧 | | :--------------------------------------------------------------- | :-------------------------------------------------- | :- | -| [no-axios-import](docs/rules/no-axios-import.md) | Disallow direct import of axio | 🔧 | +| [no-axios-import](docs/rules/no-axios-import.md) | Disallow direct import of axios | 🔧 | | [no-react-i18next-import](docs/rules/no-react-i18next-import.md) | Enforce using next-i18next instead of react-i18next | 🔧 | diff --git a/tests/lib/rules/no-axios-import.js b/tests/lib/rules/no-axios-import.js index 795f78e..99062a4 100644 --- a/tests/lib/rules/no-axios-import.js +++ b/tests/lib/rules/no-axios-import.js @@ -1,5 +1,5 @@ /** - * @fileoverview Disallow direct import of axio + * @fileoverview Disallow direct import of axios * @author Najmus Sakib */ "use strict";