From 0070e26da5f97204d1dbe2c47d3eaab7714a7137 Mon Sep 17 00:00:00 2001 From: timothyjohn2015 Date: Mon, 13 May 2024 13:43:33 +1200 Subject: [PATCH] docs: Fix spelling mistake (#2426) --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 032e3064..ba564612 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -67,7 +67,7 @@ If you don't like `npm` or have trouble installing the tool, you can manually cr ?> Note that in both of the examples below, docsify URLs will need to be manually updated when a new major version of docsify is released (e.g. `v4.x.x` => `v5.x.x`). Check the docsify website periodically to see if a new major version has been released. -Specifying a major version in the URL (`@4`) will allow your site will receive non-breaking enhancements (i.e. "minor" updates) and bug fixes (i.e. "patch" updates) automatically. This is the recommended way to load docsify resources. +Specifying a major version in the URL (`@4`) will allow your site to receive non-breaking enhancements (i.e. "minor" updates) and bug fixes (i.e. "patch" updates) automatically. This is the recommended way to load docsify resources. ```html