diff --git a/docs/sanic/config.md b/docs/sanic/config.md index a93d2cf1..33949d32 100644 --- a/docs/sanic/config.md +++ b/docs/sanic/config.md @@ -1,6 +1,6 @@ # Configuration -Any reasonably complex application will need configuration that is not baked into the acutal code. Settings might be different for different environments or installations. +Any reasonably complex application will need configuration that is not baked into the actual code. Settings might be different for different environments or installations. ## Basics