Correct spelling mistakes

This commit is contained in:
Edward Betts 2019-03-06 20:31:22 +00:00 committed by Howard Wolosky
commit 0197fa41da
7 changed files with 10 additions and 10 deletions

View file

@ -87,7 +87,7 @@ The ViewModel layer is contained in the [CalcViewModel][CalcViewModel folder] pr
data for the UI to bind against and act as the intermediary separating pure business logic from UI components that
should not care about the model's implementation. Just as the View layer consists of a hierarchy of XAML files, the
ViewModel consists of a hierarchy of ViewModel files. The relationship between XAML and ViewModel files is often 1:1.
Here are the noteable ViewModel files to start exploring with:
Here are the notable ViewModel files to start exploring with:
* [ApplicationViewModel.h][ApplicationViewModel.h]: The ViewModel for [MainPage.xaml][MainPage.xaml]. This ViewModel
is the root of the other mode-specific ViewModels. The application changes between modes by updating the `Mode` property
@ -199,4 +199,4 @@ The RatPack (short for Rational Pack) is the core of the Calculator model and co
[CalcManager folder]: ../src/CalcManager
[CalculatorManager.h]: ../src/CalcManager/CalculatorManager.h
[CalcEngine.h]: ../src/CalcManager/Header Files/CalcEngine.h
[ratpak.h]: ../src/CalcManager/Ratpack/ratpak.h
[ratpak.h]: ../src/CalcManager/Ratpack/ratpak.h