From 4f6ee31a289bbf2e659e7b5f4f0b1de5f6d75a17 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 16 Jan 2015 14:01:52 -0800 Subject: [PATCH] docs: Fix typo --- docs/api/screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/screen.md b/docs/api/screen.md index 3157b5c0225e..f191bdc9b90a 100644 --- a/docs/api/screen.md +++ b/docs/api/screen.md @@ -86,7 +86,7 @@ Returns an array of displays that are currently available. ## screen.getDisplayNearestPoint(point) -* `rect` Object +* `point` Object * `x` Integer * `y` Integer