docs(core): fix typo in developer docs (#41080)

PR Close #41080
This commit is contained in:
Pete Bacon Darwin 2021-03-12 13:00:56 +00:00 committed by Jessica Janiuk
parent ef09922c61
commit 1a9f526315
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class MyAppComponent {
})
class MyAppModule {
// ngtsc generates this:
static ɵdir = ɵɵdefineNgModule(...);
static ɵmod = ɵɵdefineNgModule(...);
}
```