Skip to content

Commit 1db35e6

Browse files
JohnTitorfreiksenet
authored andcommitted
chore(blog): remove unnecessary closing tags (#14627)
* style(blog): remove unnecessary closing tags * style(blog): self-close tags
1 parent 39b1c6e commit 1db35e6

File tree

1 file changed

+3
-3
lines changed
  • docs/blog/2019-06-03-integrating-graphiql-explorer

1 file changed

+3
-3
lines changed

docs/blog/2019-06-03-integrating-graphiql-explorer/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gatsby's data layer is powered by [GraphQL](https://graphql.org/). This means th
1212

1313
<figure>
1414
<video controls="controls" autoplay="false">
15-
<source type="video/mp4" src="/graphiql-explore.mp4"></source>
15+
<source type="video/mp4" src="/graphiql-explore.mp4" />
1616
<p>Your browser does not support the video element.</p>
1717
</video>
1818
<figcaption>GraphiQL demo</figcaption>
@@ -30,7 +30,7 @@ We often hear that many developers' first usage of GraphQL is through Gatsby. Gr
3030

3131
<figure>
3232
<video controls="controls" autoplay="false">
33-
<source type="video/mp4" src="./graphiql-explorer-demo.mp4"></source>
33+
<source type="video/mp4" src="./graphiql-explorer-demo.mp4" />
3434
<p>Your browser does not support the video element.</p>
3535
</video>
3636
<figcaption>GraphiQL Explorer introduction demo</figcaption>
@@ -44,7 +44,7 @@ Improvements to on-boarding users new to GraphQL isn't the only goal of integrat
4444

4545
<figure>
4646
<video controls="controls" autoplay="false">
47-
<source type="video/mp4" src="./graphiql-explorer-union-demo.mp4"></source>
47+
<source type="video/mp4" src="./graphiql-explorer-union-demo.mp4" />
4848
<p>Your browser does not support the video element.</p>
4949
</video>
5050
<figcaption>GraphiQL Explorer union types support</figcaption>

0 commit comments

Comments
 (0)