Skip to content

Commit 1a9f526

Browse files
petebacondarwinthePunderWoman
authored andcommitted
docs(core): fix typo in developer docs (angular#41080)
PR Close angular#41080
1 parent ef09922 commit 1a9f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/render3/STORING_METADATA_IN_D.TS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MyAppComponent {
4141
})
4242
class MyAppModule {
4343
// ngtsc generates this:
44-
static ɵdir = ɵɵdefineNgModule(...);
44+
static ɵmod = ɵɵdefineNgModule(...);
4545
}
4646
```
4747

0 commit comments

Comments
 (0)