Minor grammar fix

Remove word "to" after a modal verb
This commit is contained in:
Миша Барсегян 2019-04-20 18:42:08 +03:00 committed by GitHub
parent 069795438d
commit 65e805c70e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
A built-in `<template>` element serves as a storage for markup. The browser ignores it contents, only checks for syntax validity, but we can access and use it in JavaScript, to create other elements.
In theory, we could to create any invisible element somewhere in HTML for markup storage purposes. What's special about `<template>`?
In theory, we could create any invisible element somewhere in HTML for markup storage purposes. What's special about `<template>`?
First, its content can be any valid HTML, even if it normally requires a proper enclosing tag.