Skip to content

Commit

Permalink
Remove "just" from webui. (#12133)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeybadgerdontcare authored and Barb Paduch committed Dec 6, 2017
1 parent c79185d commit 8ab5e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validator/webui/@polymer/webui-mainpage/webui-mainpage.html
Expand Up @@ -32,7 +32,7 @@
<script>
var minimumValidAmp =
'\x3C!--\n' +
' This is the minimum valid AMP HTML document. Just type away\n' +
' This is the minimum valid AMP HTML document. Type away\n' +
' here and the AMP Validator will re-check your document on the fly.\n' +
'-->\n' +
'\x3C!doctype html>\n' +
Expand All @@ -54,7 +54,7 @@
' If you\'re looking for currently supported ad formats and providers for AMP pages,\n' +
' see https://www.ampproject.org/docs/reference/components/amp-ad instead.\n' +
'\n' +
' Below is the minimum valid AMP4ADS document. Just type away\n' +
' Below is the minimum valid AMP4ADS document. Type away\n' +
' here and the AMP Validator will re-check your document on the fly.\n' +
'-->\n' +
'\x3C!doctype html>\n' +
Expand Down

0 comments on commit 8ab5e30

Please sign in to comment.