Fix typos

This commit is contained in:
Dimitris Apostolou
2024-02-04 18:55:08 +02:00
parent 38f2e9a1cf
commit 80aff3afad
31 changed files with 53 additions and 53 deletions

View File

@@ -366,7 +366,7 @@ This command also takes <<common-options, common options>>.
[[command-server]]
=== `pkl server`
*Synopsys:* `pkl server`
*Synopsis:* `pkl server`
Run as a server that communicates over standard input/output.
@@ -375,7 +375,7 @@ This option is used for embedding Pkl in an external client, such as xref:swift:
[[command-test]]
=== `pkl test`
*Synopsys:* `pkl test [<options>] [<modules>]`
*Synopsis:* `pkl test [<options>] [<modules>]`
Evaluate the given `<modules>` as _tests_, producing a test report and appropriate exit code.
@@ -410,7 +410,7 @@ This command also takes <<common-options, common options>>.
[[command-repl]]
=== `pkl repl`
*Synopsys:* `pkl repl [<options>]`
*Synopsis:* `pkl repl [<options>]`
Start a REPL session.

View File

@@ -32,7 +32,7 @@ The cache directory for storing packages.
.--no-cache
[%collapsible]
====
Disable cacheing of packages.
Disable caching of packages.
====
.-e, --env-var