spelling: notifications

This commit is contained in:
Josh Soref 2019-03-06 21:10:51 -05:00
commit 45fc4baac5

View file

@ -12,7 +12,7 @@
namespace CalculatorApp::Common::Automation namespace CalculatorApp::Common::Automation
{ {
// This class exists so that the app can run on RS2 and use LiveRegions // 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 // When the app switches to min version RS3, this class can be removed
// and the app will switch to using the Notification API. // and the app will switch to using the Notification API.
// TODO - MSFT 12735088 // TODO - MSFT 12735088