From 91b8af75edda229f35f72ebcc977dfd1461dd541 Mon Sep 17 00:00:00 2001 From: timothyjohn2015 Date: Mon, 13 May 2024 09:18:55 +1200 Subject: [PATCH] Fix spelling mistake --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 032e30646..ba5646126 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