Skip to content

Commit 68dd621

Browse files
dee-kappetebacondarwin
authored andcommitted
docs(guide/concepts): fix incorrect module name in example
Closes angular#5116
1 parent 3abfb4e commit 68dd621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ When Angular starts, it will use the configuration of the module with the name d
270270
including the configuration of all modules that this module depends on.
271271

272272
In the example above:
273-
The template contains the directive `ng-app="invoice"`. This tells Angular
273+
The template contains the directive `ng-app="invoice2"`. This tells Angular
274274
to use the `invoice` module as the main module for the application.
275275
The code snippet `angular.module('invoice', ['finance'])` specifies that the `invoice` module depends on the
276276
`finance` module. By this, Angular uses the `InvoiceController` as well as the `currencyConverter` service.

0 commit comments

Comments
 (0)