From a5efca3b75aadbf0faab29566c3ea9ecfe91f910 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Tue, 7 Dec 2021 15:22:03 -0800 Subject: [PATCH] Update dialog-boxes-overview.md --- 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 b7634ef279..50caefdf5a 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.