From 010cc95929e05eaa0442ea9eef98c3160d6442a2 Mon Sep 17 00:00:00 2001 From: Nicolas Dermine Date: Sun, 29 Oct 2017 12:12:16 +0100 Subject: [PATCH] fix typo: s/is there is none/if there is none --- _includes/collections/forms.html | 4 ++-- element/a/index.html | 4 ++-- element/area/index.html | 4 ++-- element/base/index.html | 4 ++-- element/form/index.html | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/collections/forms.html b/_includes/collections/forms.html index 63da557..556564c 100644 --- a/_includes/collections/forms.html +++ b/_includes/collections/forms.html @@ -675,7 +675,7 @@

-

Opens in the parent browsing context, or _self is there is none.

+

Opens in the parent browsing context, or _self if there is none.

@@ -691,7 +691,7 @@

-

Opens in the top browsing context, or _self is there is none.

+

Opens in the top browsing context, or _self if there is none.

diff --git a/element/a/index.html b/element/a/index.html index 0668cbf..296412d 100644 --- a/element/a/index.html +++ b/element/a/index.html @@ -177,7 +177,7 @@

-

Opens in the parent browsing context, or _self is there is none.

+

Opens in the parent browsing context, or _self if there is none.

@@ -193,7 +193,7 @@

-

Opens in the top browsing context, or _self is there is none.

+

Opens in the top browsing context, or _self if there is none.

diff --git a/element/area/index.html b/element/area/index.html index 7234f5c..796c192 100644 --- a/element/area/index.html +++ b/element/area/index.html @@ -354,7 +354,7 @@

-

Opens in the parent browsing context, or _self is there is none.

+

Opens in the parent browsing context, or _self if there is none.

@@ -370,7 +370,7 @@

-

Opens in the top browsing context, or _self is there is none.

+

Opens in the top browsing context, or _self if there is none.

diff --git a/element/base/index.html b/element/base/index.html index da69ca5..a8d0dcc 100644 --- a/element/base/index.html +++ b/element/base/index.html @@ -129,7 +129,7 @@

-

Opens in the parent browsing context, or _self is there is none.

+

Opens in the parent browsing context, or _self if there is none.

@@ -145,7 +145,7 @@

-

Opens in the top browsing context, or _self is there is none.

+

Opens in the top browsing context, or _self if there is none.

diff --git a/element/form/index.html b/element/form/index.html index e5de166..f57779b 100644 --- a/element/form/index.html +++ b/element/form/index.html @@ -386,7 +386,7 @@

-

Opens in the parent browsing context, or _self is there is none.

+

Opens in the parent browsing context, or _self if there is none.

@@ -402,7 +402,7 @@

-

Opens in the top browsing context, or _self is there is none.

+

Opens in the top browsing context, or _self if there is none.