docs(guide/production): fix typo ("3rd part" --> "3rd party")

Closes #15328
This commit is contained in:
Erik Smith
2016-10-28 16:35:21 -04:00
committed by Georgios Kalpakas
parent 1cf01d6fa7
commit 47ba51eaf6
+1 -1
View File
@@ -88,7 +88,7 @@ Nowadays most of the Angular projects are using only element and attribute direc
and in such projects there is no need to compile comments and classes.
If you are sure that your project only uses element and attribute directives,
and you are not using any 3rd part library that uses
and you are not using any 3rd party library that uses
directives inside element classes or html comments,
you can disable the compilation of directives on element classes and comments
for the whole application.