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.** :::