From 10ef6749b3c17fee207948947de37ede15b72c73 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 14 Oct 2016 13:10:37 +1100 Subject: [PATCH] Source -> DesktopCapturerSource --- docs/api/desktop-capturer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/desktop-capturer.md b/docs/api/desktop-capturer.md index 56872100d59a..0b6b411e03fc 100644 --- a/docs/api/desktop-capturer.md +++ b/docs/api/desktop-capturer.md @@ -68,7 +68,7 @@ Starts gathering information about all available desktop media sources, and calls `callback(error, sources)` when finished. `sources` is an array of [`DesktopCapturerSource`](structures/desktop-capturer-source.md) -objects, each `Source` represents a screen or an individual window that can be +objects, each `DesktopCapturerSource` represents a screen or an individual window that can be captured. [`navigator.webkitGetUserMedia`]: https://developer.mozilla.org/en/docs/Web/API/Navigator/getUserMedia