From 8b9c8f2f9585d2948d6a33e55312b0ca86ef2a59 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 1 Oct 2019 08:25:25 +0100 Subject: [PATCH] Fix typo in comment --- tests/javascripts/templateFolderForm.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/javascripts/templateFolderForm.test.js b/tests/javascripts/templateFolderForm.test.js index 00dd8164a..1e3c45d20 100644 --- a/tests/javascripts/templateFolderForm.test.js +++ b/tests/javascripts/templateFolderForm.test.js @@ -231,7 +231,7 @@ describe('TemplateFolderForm', () => { // We need parts of the module to be made sticky, but by the module code, // not the sticky JS code that operates on the HTML at page load. - // Because of this, they wll need to be marked with classes + // Because of this, they will need to be marked with classes test("the HTML for the module should contain placeholder classes on each part that needs to be sticky", () => { expect(templateFolderForm.querySelectorAll('#move_to_folder_radios > .js-will-stick-at-bottom-when-scrolling').length).toEqual(2);