chore(nx): fixed typo (#30941)

This commit is contained in:
Mahtis Michel 2025-05-01 09:03:30 +02:00 committed by GitHub
parent 28ddb8e9e7
commit 545405ac26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ export const parserConfiguration: Partial<yargs.ParserConfigurationOptions> = {
* parse it. The CLI will consume it and call the `.argv` to bootstrapped
* the CLI. These command declarations needs to be in a different file
* from the `.argv` call, so the object and it's relative scripts can
* le executed correctly.
* be executed correctly.
*/
export const commandsObject = yargs
.parserConfiguration(parserConfiguration)