diff --git a/README.md b/README.md index 7652a9f..8ca2ad5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ https://github.com/danielsaidi/SystemNotification.git ## Getting started -With SystemNotification, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenModal`, by applying a `systemNotification` view modifier (preferably to the application root view). +With SystemNotification, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenCover`, by applying a `systemNotification` view modifier (preferably to the application root view). State-based notifications take a boolean state binding and a view builder: diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 43ddd00..665bb58 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -25,7 +25,7 @@ This version fixed a Xcode 26 build error and changes the default animation to ` ## 1.2.1 -This patch lets you provide a custom bundle to `SystemNotificatonMessage`. +This patch lets you provide a custom bundle to `SystemNotificationMessage`. diff --git a/Sources/SystemNotification/SystemNotification.docc/Articles/Getting Started.md b/Sources/SystemNotification/SystemNotification.docc/Articles/Getting Started.md index 759bad0..1c1f50c 100644 --- a/Sources/SystemNotification/SystemNotification.docc/Articles/Getting Started.md +++ b/Sources/SystemNotification/SystemNotification.docc/Articles/Getting Started.md @@ -17,7 +17,7 @@ This article describes how to get started with SystemNotification. ## Overview -After adding SystemNotification to your project, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenModal`, with a simple view modifier. +After adding SystemNotification to your project, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenCover`, with a simple view modifier. To add a system notification to a view, just use the ``SwiftUI/View/systemNotification(_:)`` view modifier with a state binding or a ``SystemNotificationContext`` instance.