From 7ec5d3126dbcf84717e30bdc518e68f23bcc590a Mon Sep 17 00:00:00 2001
From: zweifish <36526802+zweifish@users.noreply.github.com>
Date: Wed, 7 Nov 2018 15:39:18 -0500
Subject: [PATCH] fixed some grammatical errors (#21156)
---
.../english/html/tutorials/embedding-youtube-videos/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guide/english/html/tutorials/embedding-youtube-videos/index.md b/guide/english/html/tutorials/embedding-youtube-videos/index.md
index d32f893d9a..9f781ead8b 100644
--- a/guide/english/html/tutorials/embedding-youtube-videos/index.md
+++ b/guide/english/html/tutorials/embedding-youtube-videos/index.md
@@ -3,7 +3,7 @@ title: Embedding Youtube Videos
---
## Embedding Youtube Videos
-Probably a lot of times you have seen embedded videos on your favorite websites. Today we will talk about embedding YouTube videos, what is very easy to do, even if you don't have any knowledge about it. For this action we will use `` element, which is very useful in embedding other HTMLs. It's very often used to promote some products as adds. Notice that you're not only limited to YouTube - you can also experiment with other documents.
+You have probably seen embedded videos on your favorite websites on many occasions. Today we will talk about embedding YouTube videos, which is very easy to do, even if you don't have any prior knowledge of it. For this action we will use `` element, which is very useful in embedding other HTML elements. It's often used for promoting products in ads. Notice that you're not only limited to YouTube - you can also experiment with other documents.
### `` Element
@@ -24,7 +24,7 @@ src="https://www.youtube.com/watch?v=v8kFT4I31es">
Inserted values are recommended, but feel free to change them in a way that you would like.
#### Autoplay
-What should we do if we would like to make this player starting automatically playing? Just add to your link value `?autoplay=1`. But be careful, because it can be annoying for a lot of people visiting your webpage.
+What should we do if we would like to make the video play automatically? Just add to your link value `?autoplay=1`. But be careful, because it can be annoying for a lot of people visiting your webpage.
```html