From 3d34ffd1997504026d15488a05cf468feca517eb Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 17 Nov 2018 15:27:12 -0500 Subject: [PATCH] typo: accomodate -> accommodate --- src/js/WinJS/Controls/FlipView/_PageManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/WinJS/Controls/FlipView/_PageManager.js b/src/js/WinJS/Controls/FlipView/_PageManager.js index 3776ecbea..d293d538f 100644 --- a/src/js/WinJS/Controls/FlipView/_PageManager.js +++ b/src/js/WinJS/Controls/FlipView/_PageManager.js @@ -779,7 +779,7 @@ define([ then(function (e) { if (e === element) { // Because the VDS and Binding.List can send notifications in - // different states we accomodate this here by fixing the case + // different states we accommodate this here by fixing the case // where VDS hasn't yet removed an item when it sends a removed // or moved notification. // @@ -799,7 +799,7 @@ define([ then(function (e) { if (e === element) { // Because the VDS and Binding.List can send notifications in - // different states we accomodate this here by fixing the case + // different states we accommodate this here by fixing the case // where VDS hasn't yet removed an item when it sends a removed // or moved notification. //