Skip to content

Commit

Permalink
docs: fix odd sentence in runner-mode docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy authored Sep 28, 2023
1 parent 4fcd310 commit 83492e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/features/runner-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ is that it runs Lua first and then falls back to shell script.

In some cases, someone might want to switch to just shell script to avoid
it while interactive but still have a Lua config, or go full Lua to use
Hilbish as a REPL. This also allows users to add alternative languages,
instead of either like Fennel.
Hilbish as a REPL. This also allows users to add alternative languages like
Fennel as the interactive script runner.

Runner mode can also be used to handle specific kinds of input before
evaluating like normal, which is how [Link.hsh](https://github.com/TorchedSammy/Link.hsh)
Expand Down

0 comments on commit 83492e4

Please sign in to comment.