Skip to content

Commit 7475706

Browse files
committed
fix: Change website description by mentioning JSX
1 parent 769949d commit 7475706

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

packages/frontend/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8">
55
<title>ValidateJavaScript - Online Tool to Find &amp; Fix JavaScript Errors</title>
6-
<meta name="description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.">
6+
<meta name="description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript &amp; JSX (React.js) code.">
77
<meta name="robots" content="index">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="twitter:card" value="summary">
10-
<meta property="og:title" content="ValidateJavaScript - Online Tool to Find & Fix JavaScript Errors">
10+
<meta property="og:title" content="ValidateJavaScript - Online Tool to Find &amp; Fix JavaScript &amp; JSX Errors">
11+
<meta property="og:description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript &amp; JSX (React.js) code.">
1112
<meta property="og:type" content="website">
1213
<meta property="og:url" content="https://validatejavascript.com">
13-
<meta property="og:description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.">
1414
<meta name="google-site-verification" content="lywEgaMpkEUMFDnzlMWjVfHScAM5jE73U19BzegR_fs" />
1515
<link rel="shortcut icon" href="icons/favicon.ico">
1616
<link href="icons/apple-touch-icon.png" rel="apple-touch-icon" />
@@ -100,8 +100,8 @@ <h1>ValidateJavaScript <span class="sub-title">- Find &amp; Fix JavaScript Error
100100
<p class="heading">About ValidateJavaScript</p>
101101

102102
<p>
103-
ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.
104-
Copy and paste or directly input your JavaScript code into the editor above, click the 'Find &amp; Fix Errors' button, and the tool will parse your code and list all errors allowing you to fix them systematically.
103+
ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript and JSX (React.js) code.
104+
Copy and paste or directly input your code into the editor above, click the 'Find &amp; Fix Errors' button, and the tool will parse your code and list all errors allowing you to fix them systematically.
105105
</p>
106106

107107
<p class="heading">Benefits of Linting JavaScript</p>
@@ -121,8 +121,7 @@ <h1>ValidateJavaScript <span class="sub-title">- Find &amp; Fix JavaScript Error
121121
<p>
122122
ValidateJavaScript has been built using <a href="https://github.com/eslint/eslint" target="_blank">ESLint</a>, the open-source JavaScript linting utility created by Nicholas C. Zakas, and is being maintained by
123123
<a href="https://github.com/finom/" target="_blank">Andrey Gubanov</a>.
124-
You can download the
125-
<a href="https://github.com/circlecell/validatejavascript.com" target="_blank">ValidateJavaScript source code on GitHub</a>.
124+
You can download the ValidateJavaScript source code on <a href="https://github.com/circlecell/validatejavascript.com" target="_blank">GitHub</a>.
126125
</p>
127126
</div>
128127
<div class="ad bottom">

0 commit comments

Comments
 (0)