We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb64d14 commit c2f6ee0Copy full SHA for c2f6ee0
README.md
@@ -23,7 +23,7 @@ Get the mouse location and move it.
23
```JavaScript
24
var robot = require("robotjs");
25
26
-//Get the mouse position, retuns an object with x and y.
+//Get the mouse position, returns an object with x and y.
27
var mouse=robot.getMousePos();
28
console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y);
29
0 commit comments