diff --git a/docs/v3/examples/completions/shell-completions.md b/docs/v3/examples/completions/shell-completions.md index b355a6320f..8c4137e598 100644 --- a/docs/v3/examples/completions/shell-completions.md +++ b/docs/v3/examples/completions/shell-completions.md @@ -6,7 +6,7 @@ search: --- The urfave/cli v3 library supports programmable completion for apps utilizing its framework. This means -that the completion is generated dynamically at runtime by invokiong the app itself with a special hidden +that the completion is generated dynamically at runtime by invoking the app itself with a special hidden flag. The urfave/cli searches for this flag and activates a different flow for command paths than regular flow The following shells are supported