Browse Source

Small spelling mistake

Tom Moor 10 years ago
parent
commit
a725a49759
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/screen.md

+ 2 - 2
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`.