Skip to content

Commit

Permalink
chore: fix typo in bind-dynamic-keys.js comment (#11262)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Mar 30, 2020
1 parent a59e05c commit e68f83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/instance/render-helpers/bind-dynamic-keys.js
Expand Up @@ -3,7 +3,7 @@
// helper to process dynamic keys for dynamic arguments in v-bind and v-on.
// For example, the following template:
//
// <div id="foo" :[key]="value">
// <div id="app" :[key]="value">
//
// compiles to the following:
//
Expand Down

0 comments on commit e68f83d

Please sign in to comment.