docs: remove repeated 'class'; closes #388

Remove repeated 'class' from component explanation to improve grammer
and readability of the documentation.
This commit is contained in:
Josh Leeb-du Toit 2015-11-20 22:39:10 +11:00 committed by Ward Bell
parent 880f72639f
commit 740c2a3157
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ p.
Components are the primary way to create application views Components are the primary way to create application views
and support them with application logic. and support them with application logic.
This component is an empty, do-nothing class class named `AppComponent`. This component is an empty, do-nothing class named `AppComponent`.
You can add properties and application logic to it later, You can add properties and application logic to it later,
when you're ready to build a substantive application. when you're ready to build a substantive application.

View File

@ -45,7 +45,7 @@ include ../../../_includes/_util-fns
Components are our primary means of creating application views Components are our primary means of creating application views
and supporting them with application logic. and supporting them with application logic.
Ours is an empty, do-nothing class class named `AppComponent`. Ours is an empty, do-nothing class named `AppComponent`.
It would expand with properties and application It would expand with properties and application
logic when we're ready to build a substantive application. logic when we're ready to build a substantive application.