diff --git a/docs/src/configuration.md b/docs/src/configuration.md index 0c489f4..c5fb244 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -315,7 +315,7 @@ have: Here we have two arguments, `arg1` and `arg2` (an optional parameter). Once we have these parameters, when opening a new window, we must specify them -(unless they are required, like `arg2`), but how? Well, we use the `--arg` +(unless they are optional, like `arg2`), but how? Well, we use the `--arg` option when running the `open` command: ```bash