From 2a5e7c46f065d25dedc8017e8b5fd16c8a7006f9 Mon Sep 17 00:00:00 2001 From: Nick Yamane Date: Sun, 7 Mar 2021 21:53:31 -0400 Subject: [PATCH] Fix minor issue in 'using screen capture api' article (#2916) --- .../web/api/screen_capture_api/using_screen_capture/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/screen_capture_api/using_screen_capture/index.html b/files/en-us/web/api/screen_capture_api/using_screen_capture/index.html index f095d46389ff711..84704f4970a491a 100644 --- a/files/en-us/web/api/screen_capture_api/using_screen_capture/index.html +++ b/files/en-us/web/api/screen_capture_api/using_screen_capture/index.html @@ -68,7 +68,7 @@

Capturing screen contents

Visible vs logical display surfaces

-

For the purposes of the Screen Capture API, a display surface is any content object that can be selected by the API for sharing purposes. Sharing surfaces include the contents of a browser tab, a complete window, all of the applications of a window combined into a single surface, and a monitor (or group of monitors combined together into one surface).

+

For the purposes of the Screen Capture API, a display surface is any content object that can be selected by the API for sharing purposes. Sharing surfaces include the contents of a browser tab, a complete window, all of the windows of an application combined into a single surface, and a monitor (or group of monitors combined together into one surface).

There are two types of display surface. A visible display surface is a surface which is entirely visible on the screen, such as the frontmost window or tab, or the entire screen.