From 88a98054e4a88cfb565d5d2449b5965cc9575ab7 Mon Sep 17 00:00:00 2001 From: Adjamilton Junior Date: Sun, 8 Sep 2024 15:00:40 -0300 Subject: [PATCH] fix typo --- 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.