Skip to content

Commit bed8b29

Browse files
author
Hongtao Lin
authored
Fix typo: "disbaleZoom" → "disableZoom" in README
## What this PR does This PR fixes a typo in the README file. ### Before: disbaleZoom: 1 ### After disableZoom: 1
1 parent ef5ce21 commit bed8b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ title: The random graph
5151
xLabel: Time
5252
yLabel: Cost
5353
bounds: [0, 10, 0, 50]
54-
disbaleZoom: 1
54+
disableZoom: 1
5555
grid: true
5656
---
5757
g(x)=x^PI

0 commit comments

Comments
 (0)