From e8c667e42769285f9d048d4c577bc2602fb63925 Mon Sep 17 00:00:00 2001 From: kean Date: Sun, 22 Jan 2023 00:09:46 -0500 Subject: [PATCH] Fix typo --- Sources/PulseUI/PulseUI.docc/Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/PulseUI/PulseUI.docc/Documentation.md b/Sources/PulseUI/PulseUI.docc/Documentation.md index b995e5dbb..cb74615b3 100644 --- a/Sources/PulseUI/PulseUI.docc/Documentation.md +++ b/Sources/PulseUI/PulseUI.docc/Documentation.md @@ -20,7 +20,7 @@ The easiest way to integrate PulseUI is by using ``ConsoleView``. Alternatively, you can use native `UIHostingController` to present it in any `UIKit` context. -> tip: If you use Pulse to log only nework requests, and not text messages, use `ConsoleView.network()` to show a view specialized to only display network requests. +> tip: If you use Pulse to log only network requests, and not text messages, use `ConsoleView.network()` to show a view specialized to only display network requests. ## Custom Views