From ec21f3bfa32a8fd0aa9173c1a24c9d3eb99bf802 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 20 Jun 2026 14:48:50 +0800 Subject: [PATCH] fix: correct occured->occurred typo in DOKU.md Fix typo in GUI exception message section. --- DOKU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOKU.md b/DOKU.md index 2ecd7cb..e4c69ea 100644 --- a/DOKU.md +++ b/DOKU.md @@ -32,7 +32,7 @@ Pythonic's web service provides an overview of available log files at **http://\ - Implementation in own code is optional - ERROR (Unhandled exception): - Caused by an unhandles exception - - Is signalized in the GUI ("Exception occured, open log for details") + - Is signalized in the GUI ("Exception occurred, open log for details") - Is always active (implementation not optional) ### Exception handling