Skip to content

Commit ae7101e

Browse files
MichaelJColemosinve
authored andcommitted
fix(docs): Embed - Typos (bootstrap-vue#1965)
1 parent c5a37d3 commit ae7101e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/embed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Any additional attributes provided to `<b-embed>` (other than the above `type`,
4141
`video`, `embed` and `object`).
4242

4343
Any children elements between the opening and closing `<b-embed>` will be placed
44-
inside the inner embded element. Note that type `iframe` does not support any children.
44+
inside the inner embeded element. Note that type `iframe` does not support any children.
4545

46-
**Example: Responsive embdeding of an HTML5 `<video>`**
46+
**Example: Responsive embeding of an HTML5 `<video>`**
4747
```html
4848
<b-embed type="video" aspect="4by3" controls poster="poster.png">
4949
<source src="devstories.webm"

0 commit comments

Comments
 (0)