diff --git a/docs/mfc/reference/mfc-classes.md b/docs/mfc/reference/mfc-classes.md
index 83c30958f5..8389dcd7e5 100644
--- a/docs/mfc/reference/mfc-classes.md
+++ b/docs/mfc/reference/mfc-classes.md
@@ -71,7 +71,7 @@ Lets you save a complex network of objects in a permanent binary form (usually d
Represents a serialization exception condition.
[`CArray` Class](carray-class.md)\
-Supports arrays that resemble` C arrays, but can dynamically reduce and grow as necessary.
+Supports arrays that resemble C arrays, but can dynamically reduce and grow as necessary.
[`CAsyncMonikerFile` Class](casyncmonikerfile-class.md)\
Provides functionality for the use of asynchronous monikers in ActiveX controls (formerly OLE controls).
diff --git a/docs/preprocessor/compiler-warnings-that-are-off-by-default.md b/docs/preprocessor/compiler-warnings-that-are-off-by-default.md
index da2758a0ba..96a31c2983 100644
--- a/docs/preprocessor/compiler-warnings-that-are-off-by-default.md
+++ b/docs/preprocessor/compiler-warnings-that-are-off-by-default.md
@@ -1,6 +1,6 @@
---
-description: "Learn more about: Compiler warnings that are off by default"
title: "Compiler warnings that are off by default"
+description: "Learn more about: Compiler warnings that are off by default"
ms.date: 01/18/2024
helpviewer_keywords: ["warnings, compiler", "cl.exe compiler, setting options"]
---
@@ -158,7 +158,7 @@ The following warnings are turned off by default in Visual Studio 2019 and later
| Warning | Message |
|--|--|
-| C5052 (level 3) | Keyword '*keyword-name*' was introduced in C++ *version* and requires use of the '*option*' command-line option` 16.1 |
+| C5052 (level 3) | Keyword '*keyword-name*' was introduced in C++ *version* and requires use of the '*option*' command-line option 16.1 |
| C5204 (level 3) | A class with virtual functions has non-virtual trivial destructor. 16.5 |
| C5214 (level 4) | applying '*keyword*' to an operand with a volatile qualified type is deprecated in C++20 16.7 |
| C5215 (level 4) | '*function-parameter*' a function parameter with a volatile qualified type is deprecated in C++20 16.7 |