Skip to content

Commit b159794

Browse files
Apply suggestions from code review
Co-authored-by: Gordon Hogenson <[email protected]>
1 parent 6f491ac commit b159794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/extensibility/creating-and-managing-modal-dialog-boxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating and Managing Modal Dialog Boxes | Microsoft Docs
3-
description: Learn how to create a modal dialog box inside Visual Studio without a common error, both by using DialogWindow and without using DialogWindow.
3+
description: Learn how to create a modal dialog box inside Visual Studio, both by using DialogWindow and without using DialogWindow.
44
ms.custom: SEO-VS-2020
55
ms.date: 11/04/2016
66
ms.topic: how-to

docs/extensibility/creating-custom-editors-and-designers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating Custom Editors and Designers | Microsoft Docs
3-
description: "The Visual Studio IDE hosts different types of editors: the core editor, custom editors, external editors, and designers. This article explains the types."
3+
description: Learn about the different types of editors that can by hosted by the Visual Studio IDE: the core editor, custom editors, external editors, and designers."
44
ms.custom: SEO-VS-2020
55
ms.date: 11/04/2016
66
ms.topic: how-to
@@ -100,4 +100,4 @@ Explains how to create UI elements that match the rest of [!INCLUDE[vsprvs](../c
100100

101101
## See also
102102

103-
- <xref:Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory>
103+
- <xref:Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory>

0 commit comments

Comments
 (0)