From 3cbc38ccbfc94451c846d213232c8edd77c392a4 Mon Sep 17 00:00:00 2001 From: Will Date: Sat, 19 Mar 2022 11:56:36 -0400 Subject: [PATCH] docs: fix hyphenation (#2141) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 407e18686..4b3bde377 100644 --- a/docs/api.md +++ b/docs/api.md @@ -299,7 +299,7 @@ yargs ``` `builder` can also be a function. This function is executed -with a `yargs` instance, which can be used to provide command specific +with a `yargs` instance, which can be used to provide command-specific configuration, and the boolean `helpOrVersionSet`, which indicates whether or not the `--help` or `--version` flag was set prior to calling the builder.