Skip to content

Commit e68f83d

Browse files
authored
chore: fix typo in bind-dynamic-keys.js comment (#11262)
1 parent a59e05c commit e68f83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/instance/render-helpers/bind-dynamic-keys.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// helper to process dynamic keys for dynamic arguments in v-bind and v-on.
44
// For example, the following template:
55
//
6-
// <div id="foo" :[key]="value">
6+
// <div id="app" :[key]="value">
77
//
88
// compiles to the following:
99
//

0 commit comments

Comments
 (0)