Fix typo in comment

This commit is contained in:
Tom Byers
2019-10-01 08:25:25 +01:00
parent 5bd1e4bb7e
commit 8b9c8f2f95

View File

@@ -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);