Skip to content

Commit 5697a63

Browse files
committed
Fixing doc
1 parent 6464988 commit 5697a63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3><timer><div class="progress progress-striped active">
153153
<section id="markup">
154154
<h3>Markup</h3>
155155
<p>Timer directive can be declared using following options. By default, it will display milliseconds inside <code>span</code> tag.
156-
It can also take <em>template</em> string to display user defined display formats.</p>
156+
It can also take <em>template</em> string to display user-defined formats.</p>
157157

158158
<div class="bs-docs-example">
159159
<p>
@@ -192,13 +192,13 @@ <h4>Attributes</h4>
192192
</table>
193193

194194

195-
<h4>Events</h4>
196-
<p>Following DOM events can be triggered to <em>timer</em> directive.
197-
Prepend to <code>timer-</code> for scope based events when called from AngularJS controllers.</p>
195+
<h4>Methods</h4>
196+
<p>Following DOM methods can be invoked to <em>timer</em>.
197+
Prepend to <code>timer-</code> for scope based events when calling from AngularJS controllers.</p>
198198
<table class="table table-bordered table-striped">
199199
<thead>
200200
<tr>
201-
<th>Event name</th>
201+
<th>Method name</th>
202202
<th>Description</th>
203203
</tr>
204204
</thead>

0 commit comments

Comments
 (0)