From 85a388f345fc4673587f7e43ecba01e16ffe468a Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Fri, 12 Apr 2024 18:45:00 +0200 Subject: [PATCH] fix small typo --- test/spec/ui/fields/wikipedia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ui/fields/wikipedia.js b/test/spec/ui/fields/wikipedia.js index dc31d78f9..c5790fa1a 100644 --- a/test/spec/ui/fields/wikipedia.js +++ b/test/spec/ui/fields/wikipedia.js @@ -131,7 +131,7 @@ describe('iD.uiFieldWikipedia', function() { describe('encodeURIAnchorFragment', function() { it('returns an encoded URI anchor fragment', function(done) { var wikipedia = iD.uiFieldWikipedia(field, context).entityIDs([entity.id]); - // this can be similarily tested by entering 'Section#Arts, entertainment and media' in the search box before focusing out' + // this can be similarly tested by entering 'Section#Arts, entertainment and media' in the search box before focusing out' expect(wikipedia.encodeURIAnchorFragment('Theme?')).to.equal('#Theme%3F'); done(); });