From 6093882e6a27ed351d1aad66fd40207bd27e9bb9 Mon Sep 17 00:00:00 2001 From: Tylor Pater Date: Mon, 21 Oct 2024 16:53:50 -0400 Subject: [PATCH] docs: Correct closing tag Fix typo (cherry picked from commit 195e7042dca654368b8c6b3ad7000fa7846a4d38) --- doc/articles/features/unhandled-exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/features/unhandled-exceptions.md b/doc/articles/features/unhandled-exceptions.md index 453bc0d81f8d..c3b857a3fe43 100644 --- a/doc/articles/features/unhandled-exceptions.md +++ b/doc/articles/features/unhandled-exceptions.md @@ -8,7 +8,7 @@ Starting Uno Platform 5.4, we are generating a generic handler for `Application. ```xml - true + true ```