From 8fbb4cc84b19fe0e3954eeedd78442af41c3b3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= <7822554+AlexTMjugador@users.noreply.github.com> Date: Tue, 11 Oct 2022 17:07:27 +0200 Subject: [PATCH] Remove unintended double space --- docs/problem-matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/problem-matchers.md b/docs/problem-matchers.md index 39d0c9ec..87e7d2f6 100644 --- a/docs/problem-matchers.md +++ b/docs/problem-matchers.md @@ -142,7 +142,7 @@ Some of the starter actions are already using problem matchers, for example: Use ECMAScript regular expression syntax when testing patterns. -The patterns match the input lines as-is, without stripping ANSI escape codes or other extraneous characters. If the subject strings can contain such characters, the regular expression must account for them. +The patterns match the input lines as-is, without stripping ANSI escape codes or other extraneous characters. If the subject strings can contain such characters, the regular expression must account for them. ### File property getting dropped