Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit b1c10ac

Browse files
author
Tim Statler
committed
Fixed typo (being/begin), and fixed wording.
Closes #2 Closes #3
1 parent fa9fdb0 commit b1c10ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1>
105105
<li>A next-generation web application framework built upon these core technologies called the <strong><em>Toolkit</em></strong>.</li>
106106
</ul>
107107

108-
<p>As browsers being to implement these features natively (Chrome 25 will support Shadow DOM, for example), this platform layer will be removed leaving the core Toolkit .</p>
108+
<p>As browsers begin to implement these features natively (Chrome 25 will support Shadow DOM, for example), this platform layer will be removed leaving the core Toolkit .</p>
109109

110110
<p>
111111
<img src="images/architecture.png" alt="Image">
@@ -117,7 +117,7 @@ <h2>
117117
The overall aim of the toolkit is to manage complexity. It does this through two main principles:
118118
</p>
119119
<p>
120-
<strong>Everything is a component</strong>—Encapsulation is the key to creating scalable, maintainable applications. All Toolkit resources are components, even ones that are non-visual. To construct an app, a developer creates new components, or uses ones the Toolkit provides, and assembles them together. Focusing on individual, composable building blocks allows developers to "think locally" about their application, reducing complexity. With this divide-and-conquer approach, applications can be both extremely simple and arbitrarily complicated.</p>
120+
<strong>Everything is a component</strong>—Encapsulation is the key to creating scalable, maintainable applications. All Toolkit resources are components, even ones that are non-visual. To construct an app, a developer creates new components, or uses ones the Toolkit provides, and assembles them together. Focusing on individual, composable building blocks allows developers to "think locally" about their application, reducing complexity. With this divide-and-conquer approach, applications can simultaneously be simple and arbitrarily complicated.</p>
121121
</p>
122122
<p>
123123
<strong>Extreme pragmatism</strong>—Developers should write the <em>minimum</em> amount of code possible to create their application. Anything repetitive should be re-factored into a component, handled by the Toolkit itself, or added into the browser platform itself. The Toolkit provides simple syntax without reducing features, and avoids boilerplate wherever possible.
@@ -159,4 +159,4 @@ <h3>
159159
<script src="./index_files/jquery.js" type="text/javascript"></script>
160160
<script src="./index_files/bootstrap-scrollspy.js" type="text/javascript"></script>
161161
</body>
162-
</html>
162+
</html>

0 commit comments

Comments
 (0)