From 5c7b4b9df899df585f68ce597f127bfd7c0757a1 Mon Sep 17 00:00:00 2001 From: Unendiverse Date: Mon, 11 Dec 2023 14:11:02 +0300 Subject: [PATCH] Update getting-started.md - Fix typo --- src/en/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/guide/getting-started.md b/src/en/guide/getting-started.md index 639ec63c8c..117aeddca7 100644 --- a/src/en/guide/getting-started.md +++ b/src/en/guide/getting-started.md @@ -52,7 +52,7 @@ sanic server :--- ::: tip -This **another** important distinction. Other frameworks come with a built in development server and explicitly say that it is _only_ intended for development use. The opposite is true with Sanic. +This is **another** important distinction. Other frameworks come with a built in development server and explicitly say that it is _only_ intended for development use. The opposite is true with Sanic. **The packaged server is production ready.** :::