From 56467685c4693467c7520ef60e5fc95da0c65c11 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 12 Oct 2018 10:36:46 +0100 Subject: [PATCH] minor typos and grammatical amend (#18402) --- client/src/pages/guide/english/html/html5-video/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/html/html5-video/index.md b/client/src/pages/guide/english/html/html5-video/index.md index 2a9e1e3f94..47738f4eae 100644 --- a/client/src/pages/guide/english/html/html5-video/index.md +++ b/client/src/pages/guide/english/html/html5-video/index.md @@ -22,11 +22,11 @@ The controls attribute includes video controls, similar to play, pause, and volu This feature is supported by all modern/updated browsers. However, not all support the same video file format. My recommendation for a wide range of compatibilty is MP4, as it is the most widely accepted format. There are also two other formats (WebM and Ogg) that are supported in Chrome, Firefox, and Opera. -The element enables you to indicate alternative video files which the browser may choose from. The browser will utilize the first recognize format. +The element enables you to indicate alternative video files which the browser may choose from. The browser will utilize the first recognized format. In HTML5, there are 3 supported video formats: MP4, WebM, and Ogg. The text between the tags will only be displayed in browsers that do not support the