Skip to content

Commit

Permalink
fix: typo in function name (#5229)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Jul 3, 2023
1 parent bc93f98 commit 6e99055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtual_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ class VirtualRenderer {
getShowInvisibles() {
return this.getOption("showInvisibles");
}
getDisplayIndentGuide() {
getDisplayIndentGuides() {
return this.getOption("displayIndentGuides");
}

Expand Down

0 comments on commit 6e99055

Please sign in to comment.