Skip to content

Commit

Permalink
Merge pull request #18757 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.5/pr-18527

docs: Correct closing tag (backport #18527)
  • Loading branch information
jeromelaban authored Nov 11, 2024
2 parents 3e1ea3a + 6093882 commit bbd96ea
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 bbd96ea

Please sign in to comment.