Skip to content

Commit 6666f7a

Browse files
author
thyttan
committed
Dial_Display: fix docs referencing Dial where it should be dial
1 parent 251da4f commit 6666f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Dial_Display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var cb = (step) => {
4040
dialDisplay.step(step);
4141
};
4242

43-
var dial = require("Dial")(cb, options)
43+
var dial = require("dial")(cb, options)
4444
Bangle.on("drag", dial);
4545
```
4646

0 commit comments

Comments
 (0)