Skip to content

Commit

Permalink
docs: Correct closing tag
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
frogcrush authored and morning4coffe-dev committed Nov 9, 2024
1 parent b6333bd commit 195e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/features/unhandled-exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Starting Uno Platform 5.4, we are generating a generic handler for `Application.

```xml
<PropertyGroup>
<BreakOnUnhandledExceptions>true</DefineConstants>
<BreakOnUnhandledExceptions>true</BreakOnUnhandledExceptions>
</PropertyGroup>
```

Expand Down

0 comments on commit 195e704

Please sign in to comment.