[Documentation] Updated /architecture/platform.md

Changing following two words makes them a bit easier to read:
look­and­feel ->  look-­and-­feel
userfacing -> user-facing
This commit is contained in:
Dhrubomoy Das Gupta 2016-08-29 11:41:38 -04:00 committed by GitHub
parent dd4e20cfb5
commit b8eeeaeede

View File

@ -38,7 +38,7 @@ in __any of these tiers__.
are initiated from here and invoke behavior in the presentation layer. HTML  are initiated from here and invoke behavior in the presentation layer. HTML 
templates are written in Angulars template syntax; see the [Angular documentation on templates](https://docs.angularjs.org/guide/templates).  templates are written in Angulars template syntax; see the [Angular documentation on templates](https://docs.angularjs.org/guide/templates). 
These describe the page as actually seen by the user. Conceptually,  These describe the page as actually seen by the user. Conceptually, 
stylesheets (controlling the look­and­feel of the rendered templates) belong  stylesheets (controlling the look-and-feel of the rendered templates) belong 
in this grouping as well.  in this grouping as well. 
* [_Presentation layer_](#presentation-layer): The presentation layer * [_Presentation layer_](#presentation-layer): The presentation layer
is responsible for updating (and providing information to update) is responsible for updating (and providing information to update)
@ -48,7 +48,7 @@ in __any of these tiers__.
display. display.
* [_Information model_](#information-model): Provides a common (within Open MCT  * [_Information model_](#information-model): Provides a common (within Open MCT 
Web) set of interfaces for dealing with “things” ­ domain objects ­ within the  Web) set of interfaces for dealing with “things” ­ domain objects ­ within the 
system. User­facing concerns in a Open MCT Web application are expressed as  system. User-facing concerns in a Open MCT Web application are expressed as 
domain objects; examples include folders (used to organize other domain  domain objects; examples include folders (used to organize other domain 
objects), layouts (used to build displays), or telemetry points (used as  objects), layouts (used to build displays), or telemetry points (used as 
handles for streams of remote measurements.) These domain objects expose a  handles for streams of remote measurements.) These domain objects expose a