docs: Fix capitalization mistakes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-05-09 22:02:14 -07:00
committed by Tim Abbott
parent 41e8872b0f
commit 544bbd5398
161 changed files with 610 additions and 611 deletions

View File

@@ -9,7 +9,7 @@ import _ from "lodash";
// See backend fenced_code.py:71 for associated regexp
const fencestr =
"^(~{3,}|`{3,})" + // Opening Fence
"^(~{3,}|`{3,})" + // Opening fence
"[ ]*" + // Spaces
"(" +
"\\{?\\.?" +