Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 78f5c8b

Browse files
realdubbgkalpak
authored andcommitted
docs(index): fix typos and grammar for better readability
Closes #208
1 parent e360d7c commit 78f5c8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,16 +262,16 @@ <h1 id="wire-up-a-backend">Wire up a Backend</h1>
262262
<div class="span4">
263263
<h3>Deep Linking</h3>
264264
<p>
265-
A deep link reflects where the user is in the app, this is useful so users can bookmark
266-
and email links to locations within apps. Round trip apps get this automatically, but
267-
AJAX apps by their nature do not. AngularJS combines the benefits of deep link with
265+
A deep link reflects where the user is in the app. This is useful so users can bookmark
266+
and email links to locations within the app. Round trip apps get this automatically, but
267+
AJAX apps by their nature do not. AngularJS combines the benefits of deep linking with
268268
desktop app-like behavior.
269269
</p>
270270
</div>
271271
<div class="span4">
272272
<h3>Form Validation</h3>
273273
<p>
274-
Client-side form validation is an important part of great user experience.
274+
Client-side form validation is an important part of a great user experience.
275275
AngularJS lets you declare the validation rules of the form without having to write
276276
JavaScript code. Write less code, go have beer sooner.
277277
</p>
@@ -309,7 +309,7 @@ <h1 id="create-components">Create Components</h1>
309309
<div class="span4">
310310
<h3>Directives</h3>
311311
<p>
312-
Directives is a unique and powerful feature available only in Angular. Directives let
312+
Directives are a unique and powerful feature available only in Angular. Directives let
313313
you invent new HTML syntax, specific to your application.
314314
</p>
315315
</div>

0 commit comments

Comments
 (0)