From 1d8105a6c93015d2896fc852bea644428f069c7f Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Tue, 27 Aug 2024 02:25:06 -0500 Subject: [PATCH] chore: spellcheck --- app/(wiki)/weapons/guns/articles/negev.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(wiki)/weapons/guns/articles/negev.md b/app/(wiki)/weapons/guns/articles/negev.md index d9649809..a7b7b46e 100644 --- a/app/(wiki)/weapons/guns/articles/negev.md +++ b/app/(wiki)/weapons/guns/articles/negev.md @@ -1,7 +1,7 @@ The **IWI Negev NG-5**, known in-game as the **Negev** is a LMG utilizing the 5.56mm ammunition. It was added to the game in the [v0.17.0](https://github.com/HasangerGames/suroi/releases/tag/v0.17.0) "Just the Two of Us" update on March 31st, 2024. The Negev features a high fire rate and DPS combined with a large magazine capacity. # Background -The Negev started development in 1985 to replace the aging Galil ARM. The negev started service with the Israel defence forces in 1997 and is still in service to this day. Many variants have been developed, in both 7.62x51mm and 5.56x45mm NATO. It has Become very well known due to its increadible reliability, fire power, and penetration capabilities. Learn more about the Negev [here](https://en.wikipedia.org/wiki/IWI_Negev). +The Negev started development in 1985 to replace the aging Galil ARM. The negev started service with the Israel defense forces in 1997 and is still in service to this day. Many variants have been developed, in both 7.62x51mm and 5.56x45mm NATO. It has Become very well known due to its incredible reliability, fire power, and penetration capabilities. Learn more about the Negev [here](https://en.wikipedia.org/wiki/IWI_Negev). # Strategies ## Using diff --git a/package.json b/package.json index 486e7b15..c6734fe7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "start": "next start", "lint": "eslint . --fix", "ci:lint": "eslint . --max-warnings 0", - "spellcheck": "cspell '**/*.{md,mdx}' --show-context --show-suggestions" + "spellcheck": "cspell **/*.{md,mdx} --show-context --show-suggestions" }, "license": "GPL-3.0", "devDependencies": {