From 8e71f429c811ac7811533d7b0e02c32bad5a1b47 Mon Sep 17 00:00:00 2001 From: navya9singh Date: Sun, 25 Sep 2022 23:12:07 -0700 Subject: [PATCH] Fixing pr comments --- src/lib/es5.d.ts | 2 +- tests/baselines/reference/completionsStringMethods.baseline | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index 154351ba26c27..99ae47ce9c4f9 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -424,7 +424,7 @@ interface String { /** * Replaces text in a string, using a regular expression or search string. * @param searchValue A string or regular expression to search for. - * @param replaceValue A string containing the text to replace. When the {@linkcode searchValue} is a `RegExp`, all matches are replaced if the `g` flag is set (or only those matches at the beginning, if the `y` flag if present). Otherwise, only the first match of {@linkcode searchValue} is replaced. + * @param replaceValue A string containing the text to replace. When the {@linkcode searchValue} is a `RegExp`, all matches are replaced if the `g` flag is set (or only those matches at the beginning, if the `y` flag is also present). Otherwise, only the first match of {@linkcode searchValue} is replaced. */ replace(searchValue: string | RegExp, replaceValue: string): string; diff --git a/tests/baselines/reference/completionsStringMethods.baseline b/tests/baselines/reference/completionsStringMethods.baseline index 78080c9897091..7f560b27e947e 100644 --- a/tests/baselines/reference/completionsStringMethods.baseline +++ b/tests/baselines/reference/completionsStringMethods.baseline @@ -1078,7 +1078,7 @@ "target": { "fileName": "lib.d.ts", "textSpan": { - "start": 18875, + "start": 18880, "length": 28 } } @@ -1088,7 +1088,7 @@ "kind": "link" }, { - "text": " is a `RegExp`, all matches are replaced if the `g` flag is set (or only those matches at the beginning, if the `y` flag if present). Otherwise, only the first match of ", + "text": " is a `RegExp`, all matches are replaced if the `g` flag is set (or only those matches at the beginning, if the `y` flag is also present). Otherwise, only the first match of ", "kind": "text" }, { @@ -1101,7 +1101,7 @@ "target": { "fileName": "lib.d.ts", "textSpan": { - "start": 18875, + "start": 18880, "length": 28 } }