mirror of
https://github.com/janet-lang/janet
synced 2025-04-28 13:43:19 +00:00
Fix spelling errors
This commit is contained in:
parent
8b98b331cc
commit
f5f2997cc2
@ -77,7 +77,7 @@ the SourceHut mirror is actively maintained.
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
### macos and Unix-like
|
### macOS and Unix-like
|
||||||
|
|
||||||
The Makefile is non-portable and requires GNU-flavored make.
|
The Makefile is non-portable and requires GNU-flavored make.
|
||||||
|
|
||||||
@ -224,10 +224,10 @@ Alternatively, check out [the #janet channel on Freenode](https://webchat.freeno
|
|||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
### Why is my terminal is spitting out junk when I run the repl?
|
### Why is my terminal spitting out junk when I run the repl?
|
||||||
|
|
||||||
Make sure your terminal supports ANSI escape codes. Most modern terminals will
|
Make sure your terminal supports ANSI escape codes. Most modern terminals will
|
||||||
support these, but some older terminals, windows consoles, or embedded terminals
|
support these, but some older terminals, Windows consoles, or embedded terminals
|
||||||
will not. If your terminal does not support ANSI escape codes, run the repl with
|
will not. If your terminal does not support ANSI escape codes, run the repl with
|
||||||
the `-n` flag, which disables color output. You can also try the `-s` if further issues
|
the `-n` flag, which disables color output. You can also try the `-s` if further issues
|
||||||
ensue.
|
ensue.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user