Skip to content

Commit

Permalink
Fix typo (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kantuni authored Dec 25, 2023
1 parent 69d0a39 commit b08847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/browser-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Full examples:
- bash/zsh with VSCode: `export ELM_WATCH_OPEN_EDITOR='code --goto "$file:$line:$column"'`
- fish with Rider: `set -Ux ELM_WATCH_OPEN_EDITOR 'rider --line "$line" "$file"'`

Don’t forget quotes around the `file` variable, in case it contains spaces! (`line` and `column` only contains digits, but it doesn’t hurt to quote them too.)
Don’t forget quotes around the `file` variable, in case it contains spaces! (`line` and `column` only contain digits, but it doesn’t hurt to quote them too.)

-`"$file"`, `"%file%"`
-`$file`, `%file%`
Expand Down

0 comments on commit b08847f

Please sign in to comment.