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

Commit c58317b

Browse files
authored
docs(attribute-directives): remove "the the"
1 parent dee9bd1 commit c58317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/attribute-directives.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ figure.image-display
140140
:marked
141141
### Your directive isn't working?
142142

143-
Did you remember to add the directive to the the `declarations` attribute of `@NgModule`? It is easy to forget!
143+
Did you remember to add the directive to the `declarations` attribute of `@NgModule`? It is easy to forget!
144144
Open the console in the browser tools and look for an error like this:
145145
code-example(format="nocode").
146146
EXCEPTION: Template parse errors:

0 commit comments

Comments
 (0)