From 33cd29b3a30239f8836381f3163e5b9ff233d6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 24 May 2017 10:25:30 +0200 Subject: [PATCH] chore(testabilityPatch): fix a typo --- test/helpers/testabilityPatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/testabilityPatch.js b/test/helpers/testabilityPatch.js index 87a4ecaeb534..e212581a2950 100644 --- a/test/helpers/testabilityPatch.js +++ b/test/helpers/testabilityPatch.js @@ -49,7 +49,7 @@ afterEach(function() { // These Nodes are persisted across tests. // They used to be assigned a `$$hashKey` when animated, which we needed to clear after each test // to avoid affecting other tests. This is no longer the case, so we are just ensuring that there - // is indeed no `$$hachKey` on them. + // is indeed no `$$hashKey` on them. var doc = window.document; var html = doc.querySelector('html'); var body = doc.body;