From a994bda80abb283b98a9ca6d3ef895391bf95a49 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 18 Jun 2024 21:31:06 -0700 Subject: [PATCH] Update patch.md --- docs/install/patch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/patch.md b/docs/install/patch.md index d435d66497..55aa323c2a 100644 --- a/docs/install/patch.md +++ b/docs/install/patch.md @@ -1,4 +1,4 @@ -`bun patch` is lets you persistently patch node_modules in a maintainable, git-friendly way. +`bun patch` lets you persistently patch node_modules in a maintainable, git-friendly way. Sometimes, you need to make a small change to a package in `node_modules/` to fix a bug or add a feature. `bun patch` makes it easy to do this without vendoring the entire package and reuse the patch across multiple installs, multiple projects, and multiple machines.