From 8cb2820bec5d86a2caf392b3e2586c5d3612b8c5 Mon Sep 17 00:00:00 2001 From: Eric Xu Date: Wed, 27 Nov 2024 10:16:43 -0500 Subject: [PATCH] docs: Fix grammar in Configurations.md URL is pronounced by spelling out each letter, therefore, it doesn't start with a vowel sound. --- Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index 4c7b61b1d9c..61b9995e7b9 100644 --- a/Configurations.md +++ b/Configurations.md @@ -3114,7 +3114,7 @@ Break comments to fit on the line Note that no wrapping will happen if: 1. The comment is the start of a markdown header doc comment -2. An URL was found in the comment +2. A URL was found in the comment - **Default value**: `false` - **Possible values**: `true`, `false`