Meh, italics

This commit is contained in:
Justin Spahr-Summers
2013-07-28 01:44:04 -07:00
parent ad98f96c58
commit 30d3d4c830

View File

@@ -56,7 +56,7 @@ For example, a view model might handle:
* Localization
* Acting upon the user's input
However, the view model is _not_ responsible for actually presenting
However, the view model is not responsible for actually presenting
information or handling input — that's the sole domain of the view layer. When
the view model needs to communicate something to the view, it does so through
a system of [data binding](#reactivecocoa).