From 45fc4baac508dbd262c070f0b753bec9a659405a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 21:10:51 -0500 Subject: [PATCH] spelling: notifications --- src/CalcViewModel/Common/Automation/LiveRegionHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalcViewModel/Common/Automation/LiveRegionHost.h b/src/CalcViewModel/Common/Automation/LiveRegionHost.h index 212b8534..c80d1477 100644 --- a/src/CalcViewModel/Common/Automation/LiveRegionHost.h +++ b/src/CalcViewModel/Common/Automation/LiveRegionHost.h @@ -12,7 +12,7 @@ namespace CalculatorApp::Common::Automation { // This class exists so that the app can run on RS2 and use LiveRegions - // to host notifiactions on those builds. + // to host notifications on those builds. // When the app switches to min version RS3, this class can be removed // and the app will switch to using the Notification API. // TODO - MSFT 12735088