docs: Adjust spelling s/back end/backend/.

This commit is contained in:
Tim Abbott
2020-09-18 16:39:07 -07:00
parent 2a12fedcf1
commit a4e499a543
5 changed files with 11 additions and 11 deletions

View File

@@ -516,7 +516,7 @@ exports.set_up = function () {
avatar_widget.clear();
typeahead_helper.clear_rendered_person(bot_id);
if (data.avatar_url) {
// Note that the avatar_url won't actually change on the back end
// Note that the avatar_url won't actually change on the backend
// when the user had a previous uploaded avatar. Only the content
// changes, so we version it to get an uncached copy.
image_version += 1;