Skip to content

Commit

Permalink
docs: fix typo in diagnostics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Takla committed Aug 12, 2024
1 parent 196bdde commit 23050c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The page also allows you to manually set some configuration values.
It also has various diagnostics utilities such as the following.
- Send information via email (including log files as attachements).
- Throw exceptions from various threads (to test the error handling or crash reporting).
- Open the settings folder where the settings files can be found (UWP only).
- Open the settings folder where the settings files can be found (WinUI only).

## Http Debugger

Expand All @@ -52,7 +52,7 @@ Check the following for more details.
- [`IHttpDebuggerService`](..\src\app\ApplicationTemplate.Access\Framework\HttpDebugger\IHttpDebuggerService.cs)
- [`HttpDebuggerHandler`](..\src\app\ApplicationTemplate.Access\Framework\HttpDebugger\HttpDebuggerHandler.cs)
- [`HttpDebuggerViewModel`](..\src\app\ApplicationTemplate.Presentation\ViewModels\Diagnostics\HttpDebugger\HttpDebuggerViewModel.cs)
- [`HttpDebuggerView`](..\src\app\ApplicationTemplate.UWP\Views\Content\Diagnostics\HttpDebuggerView.xaml)
- [`HttpDebuggerView`](..\src\app\ApplicationTemplate.Shared.Views\Content\Diagnostics\HttpDebuggerView.xaml)

## Configuration Debugger

Expand Down

0 comments on commit 23050c9

Please sign in to comment.