summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-07-01 15:16:28 -0700
committerGitHub <noreply@github.com>2021-07-01 18:16:28 -0400
commitf13905f78d0ece59ef86b06c83dc98f9abb6d3ea (patch)
tree18dc87dee0de33cbae1a52a8a0b33a5838e1c7da
parent47629326e657f940c2e0a03c6c3f4b4c8b1e7513 (diff)
docs: Fix typo and clarify in troubleshooting step for points (#532)
-rw-r--r--docs/content/troubleshooting.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/troubleshooting.md b/docs/content/troubleshooting.md
index f93aa1e4..947e2676 100644
--- a/docs/content/troubleshooting.md
+++ b/docs/content/troubleshooting.md
@@ -19,9 +19,10 @@ Another example is when braille is rendered as a block of dots, with the non-col
</figure>
In either case, you may need to install a specific font and configure your terminal to use it. For example, installing [UBraille](https://yudit.org/download/fonts/UBraille/)
-and ensuring your terminal uses should work.
+and ensuring your terminal uses it should work.
-Another alternative is to use the `--dot_marker` option to instead render graph charts using dots, which I've generally found to be better supported out of the box:
+Another alternative is to use the `--dot_marker` option to render graph charts using dots instead of the braille characters, which generally seems better supported out of the box,
+at the expense of looking less intricate:
<figure>
<img src="../assets/screenshots/troubleshooting/dots.webp" alt="Example of running bottom with the dot marker flag"/>