From 83bb627da67011c67c7bf98b7b5bca38fd248043 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 1 Apr 2020 01:04:58 +0200 Subject: [PATCH] Fix typo in comment Closes #2576 --- app/assets/javascripts/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index e99a8f351..e455f297b 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -18,7 +18,7 @@ //= require querystring /* - * Called as the user scrolls/zooms around to maniplate hrefs of the + * Called as the user scrolls/zooms around to manipulate hrefs of the * view tab and various other links */ window.updateLinks = function (loc, zoom, layers, object) { -- 2.43.2