mirror of
https://github.com/apple/pkl.git
synced 2026-03-21 16:49:13 +01:00
Fix typos
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ The cache directory for storing packages.
|
||||
.--no-cache
|
||||
[%collapsible]
|
||||
====
|
||||
Disable cacheing of packages.
|
||||
Disable caching of packages.
|
||||
====
|
||||
|
||||
.-e, --env-var
|
||||
|
||||
Reference in New Issue
Block a user