Skip to content

Commit bf8c310

Browse files
committed
Fix typo
1 parent d2c61b8 commit bf8c310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/GUIDE_advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Stack's commands are listed below, in alphabetical order.
5959
* [`repl`](ghci.md) - a synonym for `stack ghci`
6060
* [`run`](run_command.md) - build and run an executable
6161
* [`runghc`](runghc_command.md) - run `runghc`
62-
* [`runhaskell`](runghc_command.md) - a synoynm for `stack runghc`
62+
* [`runhaskell`](runghc_command.md) - a synonym for `stack runghc`
6363
* [`script`](script_command.md) - run a Haskell source file as a script
6464
* [`sdist`](sdist_command.md) - create an archive file for a package, in a form
6565
accepted by Hackage

0 commit comments

Comments
 (0)