From 263382103f47ce6f7063ad07d34664718b4c1ea7 Mon Sep 17 00:00:00 2001 From: Samuel Rigaud <46346622+s-rigaud@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:50:05 -0400 Subject: docs: fix typos (#5151) --- docs/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/nav.ts') diff --git a/docs/nav.ts b/docs/nav.ts index 633177ade..f2e521ccb 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -166,7 +166,7 @@ export default { divider("Bundler"), page("bundler", "`Bun.build`", { - description: "Bundle code for comsumption in the browser with Bun's native bundler.", + description: "Bundle code for consumption in the browser with Bun's native bundler.", }), // page("bundler/intro", "How bundlers work", { // description: "A visual introduction to bundling", -- cgit v1.2.3