From 397eb8373ed8a0dc73e62fafeedf0840c852623a Mon Sep 17 00:00:00 2001 From: Adjamilton Junior Date: Wed, 11 Sep 2024 10:59:02 -0300 Subject: [PATCH] docs: fix typo (#1451) --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index ede3df14..5714cd6c 100755 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -106,7 +106,7 @@ Just make sure not to use the debug mode on a production server. Auto Reloading -------------- -Tired of restarting the server every time you change youzr code? +Tired of restarting the server every time you change your code? The auto reloader can do this for you. Every time you edit a module file, the reloader restarts the server process and loads the newest version of your code.