From a725a497598ec2f4ef7b155171604b15044ff5c3 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 15 May 2015 13:09:59 -0700 Subject: [PATCH] Small spelling mistake --- docs/api/screen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/screen.md b/docs/api/screen.md index 8b3de4abfb46..bc93ec5f892b 100644 --- a/docs/api/screen.md +++ b/docs/api/screen.md @@ -68,9 +68,9 @@ Emitted when `oldDisplay` has been removed. * `event` Event * `display` Object -* `changedMetricts` Array +* `changedMetrics` Array -Emitted when a `display` has one or more metrics changed, `changedMetricts` is +Emitted when a `display` has one or more metrics changed, `changedMetrics` is an array of strings that describe the changes. Possible changes are `bounds`, `workArea`, `scaleFactor` and `rotation`.