microsoft / InventorySample

Sample UWP application for LOB scenarios
MIT License
591 stars 199 forks source link

Documentation Issues #48

Closed Meister1867 closed 5 years ago

Meister1867 commented 5 years ago

I'm trying to learn from some of this great coding, so I keep reading the documentation. Just a few notes:

https://github.com/Microsoft/InventorySample/blob/master/docs/Architecture/Overview.md "VanArsdel Inventory Sample is based on a VMMV architecture pattern"
Shouldn't it be MVVM?

"use the LogService implementation as a singletonok. This" Shouldn't it be singleton?

https://github.com/Microsoft/InventorySample/tree/master/docs/DataAccess "and we are usnig Entity Framework" should be "using"

marb2000 commented 5 years ago

Thank you so much for finding these typos.