Skip to content

Commit

Permalink
docs(features/commander): fix 'interfere' typo (#1109)
Browse files Browse the repository at this point in the history
Just a typo 🙂
  • Loading branch information
jmcdo29 authored Jan 26, 2024
2 parents 83d036c + fe17b3c commit 8d6c5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/pages/en/features/commander.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,5 +349,5 @@ write the setting like followed by example instead of the previous example.
export class AppModule {}
```

This example works even if the `RunCommand` has more and nested subcommands and doesn't interfare
This example works even if the `RunCommand` has more and nested subcommands and doesn't interfere
with registering other providers or commands if using spread operator or concat method of `Array`.

0 comments on commit 8d6c5cf

Please sign in to comment.