1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Description: correct grammar
Origin: vendor
Author: mason james <mtj@kohaaloha.com>
Forwarded: https://github.com/richterger/Perl-LanguageServer/pull/170
Bug: https://github.com/richterger/Perl-LanguageServer/pull/170
Last-Update: 2023-02-09
diff --git a/README.pod b/README.pod
index 399d132..f42f97f 100644
--- a/README.pod
+++ b/README.pod
@@ -209,7 +209,7 @@ Example: if your local path is \10.11.12.13\share\path\to\ws and on the remote m
"sshWorkspaceRoot": "/path/to/ws"
-The other possibility is to provide a pathMap. This allows to having multiple mappings.
+The other possibility is to provide a pathMap. This allows one to having multiple mappings.
Examples:
diff --git a/lib/Perl/LanguageServer.pm b/lib/Perl/LanguageServer.pm
index a43c654..b152cbc 100644
--- a/lib/Perl/LanguageServer.pm
+++ b/lib/Perl/LanguageServer.pm
@@ -827,7 +827,7 @@ Example: if your local path is \10.11.12.13\share\path\to\ws and on the remote m
"sshWorkspaceRoot": "/path/to/ws"
-The other possibility is to provide a pathMap. This allows to having multiple mappings.
+The other possibility is to provide a pathMap. This allows one to having multiple mappings.
Examples:
|