Skip to content

Commit 71b8e27

Browse files
JiaLiPassionalxhub
authored andcommitted
fix: fixes typo of zone.js patch vrdisplaydisconnected property (#33581)
Close #33579 PR Close #33581
1 parent 341d584 commit 71b8e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/zone.js/lib/browser/property-descriptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const windowEventNames = [
144144
'unhandledrejection',
145145
'unload',
146146
'userproximity',
147-
'vrdisplyconnected',
147+
'vrdisplayconnected',
148148
'vrdisplaydisconnected',
149149
'vrdisplaypresentchange'
150150
];

0 commit comments

Comments
 (0)