Skip to content

Commit c2f6ee0

Browse files
committed
Fixed typo
1 parent eb64d14 commit c2f6ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get the mouse location and move it.
2323
```JavaScript
2424
var robot = require("robotjs");
2525

26-
//Get the mouse position, retuns an object with x and y.
26+
//Get the mouse position, returns an object with x and y.
2727
var mouse=robot.getMousePos();
2828
console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y);
2929

0 commit comments

Comments
 (0)