Skip to content

Commit

Permalink
Fix beacuse typo (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and arv committed Oct 14, 2019
1 parent bbc988e commit 3506ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infer/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function inferAccessWithPattern(pattern) {
comment.readonly = true;
}

// This needs to run after inferName beacuse we infer the access based on
// This needs to run after inferName because we infer the access based on
// the name.
if (
re &&
Expand Down

0 comments on commit 3506ef2

Please sign in to comment.