Skip to content

Commit 3e1d70e

Browse files
dsonetyyx990803
authored andcommitted
Fixed a typo. (#2990)
1 parent e99b6d9 commit 3e1d70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/expression.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function compileGetter (exp) {
119119
.replace(saveRE, save)
120120
.replace(wsRE, '')
121121
// rewrite all paths
122-
// pad 1 space here becaue the regex matches 1 extra char
122+
// pad 1 space here because the regex matches 1 extra char
123123
body = (' ' + body)
124124
.replace(identRE, rewrite)
125125
.replace(restoreRE, restore)

0 commit comments

Comments
 (0)