From c4d43e504ffff91573db22805bcfdee3f1b7a7ee Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 11 Apr 2022 19:09:04 +0800 Subject: [PATCH] Fix typo --- docs/tutorial/terminating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/terminating.md b/docs/tutorial/terminating.md index b227ac5b2..a2c51f8bb 100644 --- a/docs/tutorial/terminating.md +++ b/docs/tutorial/terminating.md @@ -41,7 +41,7 @@ The user already exists !!! tip - Even though you are rasing an exception, it doesn't necessarily mean there's an error. + Even though you are raising an exception, it doesn't necessarily mean there's an error. This is done with an exception because it works as an "error" and stops all execution.