From 3ad65bc13dc507592c7007f8b6635cff3f93acb2 Mon Sep 17 00:00:00 2001 From: Christina Linn Date: Thu, 13 Dec 2018 11:14:34 -0800 Subject: [PATCH] fixed one typo and three grammatical errors (#34002) --- guide/english/html/html5-audio/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/html/html5-audio/index.md b/guide/english/html/html5-audio/index.md index 02f935d3fd..fe0d9e4e50 100644 --- a/guide/english/html/html5-audio/index.md +++ b/guide/english/html/html5-audio/index.md @@ -32,9 +32,9 @@ The autoplay attribute will automatically play your audio file in the background The preload attribute indicates what the browser should do if the player is not set to autoplay. -The loop attribute will play your audio file in a continous loop if mentioned +The loop attribute will play your audio file in a continuous loop if mentioned. -Since this is html5, some browser do not support it. You can check it at https://caniuse.com/#search=audio +Since this is html5, some browsers do not support it. You can check it at https://caniuse.com/#search=audio #### More Information: https://caniuse.com/#search=audio