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

Commit f9387c6

Browse files
flowersinthesandNarretz
authored andcommitted
docs(guide/Running in Production): fix an incorrect indefinite article
Closes #12986
1 parent 48d0ffc commit f9387c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/production.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and {@link angular.reloadWithDebugInfo `angular.reloadWithDebugInfo`}.
4444

4545
## Strict DI Mode
4646

47-
Using strict di mode in your production application will throw errors when a injectable
47+
Using strict di mode in your production application will throw errors when an injectable
4848
function is not
4949
{@link di#dependency-annotation annotated explicitly}. Strict di mode is intended to help
5050
you make sure that your code will work when minified. However, it also will force you to

0 commit comments

Comments
 (0)