Skip to content

Commit 6322fde

Browse files
Copilotjfversluis
andauthored
Fix grammar: awaitawaits in popup-result docs (#631)
* Initial plan * Fix typo: change `await` to `await`s in popup-result.md 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 047fb4e commit 6322fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/maui/views/popup/popup-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 05/19/2025
77

88
# Returning a value from a Popup
99

10-
The .NET MAUI Community Toolkit provides the ability to show a [Popup](../Popup.md) to a user. The Toolkit also enables a common, more complex, scenario where a developer displays a `Popup` and `await` its result to be returned when that `Popup` is dismissed. This page covers how the `Popup<T>` class can be used to achieve the desired behavior.
10+
The .NET MAUI Community Toolkit provides the ability to show a [Popup](../Popup.md) to a user. The Toolkit also enables a common, more complex, scenario where a developer displays a `Popup` and `await`s its result to be returned when that `Popup` is dismissed. This page covers how the `Popup<T>` class can be used to achieve the desired behavior.
1111

1212
## Building a Popup
1313

0 commit comments

Comments
 (0)