docs: Capitalize Handlebars consistently.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-06-27 13:35:01 -07:00
parent 53231aa9d9
commit 25f6b53e90
11 changed files with 12 additions and 12 deletions

View File

@@ -590,7 +590,7 @@ export function initialize_everything() {
// These components must be initialized early, because other
// modules' initialization has not been audited for whether they
// expect DOM elements to always exist (As that did before these
// modules were migrated from Django templates to handlebars).
// modules were migrated from Django templates to Handlebars).
initialize_left_sidebar();
initialize_right_sidebar();
initialize_compose_box();