Skip to content

Commit 30ff698

Browse files
Copilotjfversluis
andauthored
Fix grammar in Popup.md: "subtle then checkout" → "subtle, then check out" (#628)
* Initial plan * Fix typo: add comma after "subtle" and change "checkout" to "check out" Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
1 parent 79c2a2b commit 30ff698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/maui/views/Popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 04/12/2022
1010
Popups are a common way of presenting information to a user that relates to their current task. Operating systems provide a way to show a message and require a response from the user, these alerts are typically restrictive in terms of the content a developer can provide and also the layout and appearance.
1111

1212
> [!NOTE]
13-
> If you wish to present something to the user that is more subtle then checkout our [Toast](../alerts/toast.md) and [Snackbar](../alerts/snackbar.md) options.
13+
> If you wish to present something to the user that is more subtle, then check out our [Toast](../alerts/toast.md) and [Snackbar](../alerts/snackbar.md) options.
1414
1515
The `Popup` view allows developers to build their own custom UI and present it to their users.
1616

0 commit comments

Comments
 (0)