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

Commit c3ec6ea

Browse files
martcocaitp
authored andcommitted
docs(guide/directive): grammatical fixup
The 'to' in 'end-to-end' is directional, not numeric Closes #6895
1 parent 291684c commit c3ec6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ where:
537537
In our `link` function, we want to update the displayed time once a second, or whenever a user
538538
changes the time formatting string that our directive binds to. We will use the `$interval` service
539539
to call a handler on a regular basis. This is easier than using `$timeout` but also works better with
540-
end 2 end testing, where we want to ensure that all $timeouts have completed before completing the test.
540+
end-to-end testing, where we want to ensure that all $timeouts have completed before completing the test.
541541
We also want to remove the `$interval` if the directive is deleted so we don't introduce a memory leak.
542542

543543
<example module="docsTimeDirective">

0 commit comments

Comments
 (0)