From 0b738e2a2fc1ef88fd77808eb63b12a5271cc45b Mon Sep 17 00:00:00 2001 From: "Robo.Bonobo" <16907267+RoboBonob0@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:31:02 -0500 Subject: [PATCH] Fix minor typo in library_initialization.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thought I learned a new word `outwide` until I looked it up only to realize it was a typo 🫠 --- docs/library_initialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library_initialization.md b/docs/library_initialization.md index c85c652..d614aed 100644 --- a/docs/library_initialization.md +++ b/docs/library_initialization.md @@ -49,7 +49,7 @@ export default defineConfig({ ### Unbundled (Vanilla) JS -If you'd rather use Automerge outwide of any build processes, you can use something like the following example: +If you'd rather use Automerge outside of any build processes, you can use something like the following example: ```javascript // This approach requires the initializeWasm export not yet found in the stable 1.2.1 release.