From a3450401a25c1fa4ba2fbb51a2be02241f49e1fe Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 2 Dec 2024 13:59:28 +0100 Subject: [PATCH] fix: small typo error --- docs/content/using-npm/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/using-npm/scripts.md b/docs/content/using-npm/scripts.md index 9ecebca214e53..d914bf1ee11be 100644 --- a/docs/content/using-npm/scripts.md +++ b/docs/content/using-npm/scripts.md @@ -24,7 +24,7 @@ To create "pre" or "post" scripts for any scripts defined in the `"scripts"` sec ### Life Cycle Scripts -There are some special life cycle scripts that happen only in certain situations. These scripts happen in addtion to the "pre" and "post" script. +There are some special life cycle scripts that happen only in certain situations. These scripts happen in addition to the "pre" and "post" script. * `prepare`, `prepublish`, `prepublishOnly`, `prepack`, `postpack` **prepare** (since `npm@4.0.0`)