docs(attribute-directives): remove "the the"
This commit is contained in:
parent
dee9bd1f84
commit
c58317b885
|
@ -140,7 +140,7 @@ figure.image-display
|
||||||
:marked
|
:marked
|
||||||
### Your directive isn't working?
|
### Your directive isn't working?
|
||||||
|
|
||||||
Did you remember to add the directive to the the `declarations` attribute of `@NgModule`? It is easy to forget!
|
Did you remember to add the directive to the `declarations` attribute of `@NgModule`? It is easy to forget!
|
||||||
Open the console in the browser tools and look for an error like this:
|
Open the console in the browser tools and look for an error like this:
|
||||||
code-example(format="nocode").
|
code-example(format="nocode").
|
||||||
EXCEPTION: Template parse errors:
|
EXCEPTION: Template parse errors:
|
||||||
|
|
Loading…
Reference in New Issue