Skip to content

Commit 3506ef2

Browse files
coliffarv
authored andcommitted
Fix beacuse typo (#1292)
1 parent bbc988e commit 3506ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infer/access.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function inferAccessWithPattern(pattern) {
2727
comment.readonly = true;
2828
}
2929

30-
// This needs to run after inferName beacuse we infer the access based on
30+
// This needs to run after inferName because we infer the access based on
3131
// the name.
3232
if (
3333
re &&

0 commit comments

Comments
 (0)