From 023dac5e24b3990ccac86619fbe9464a5a651ce0 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Wed, 8 Dec 2021 06:04:58 -0800 Subject: [PATCH] Update dialog-boxes-overview.md (#1243) --- dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md b/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md index b7634ef..50caefd 100644 --- a/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md +++ b/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md @@ -16,7 +16,7 @@ Windows Presentation Foundation (WPF) provides ways for you to design your own d - Display specific information to users. - Gather information from users. - Both display and gather information. -- Display an operating system prompt, such a print window. +- Display an operating system prompt, such as print window. - Select a file or folder. These types of windows are known as _dialog boxes_. A dialog box can be displayed in two ways: modal and modeless.