From cf7ffa47926438ad3a1ffb56ab79f0eb8483e103 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 13 May 2022 03:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20typo=20in=20`docs/tutorial/te?= =?UTF-8?q?rminating.md`=20(#382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- 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 93443d8..94f6d23 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.