Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7475706

Browse filesBrowse files
committed
fix: Change website description by mentioning JSX
1 parent 769949d commit 7475706
Copy full SHA for 7475706

File tree

Expand file treeCollapse file tree

1 file changed

+6
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-7
lines changed
Open diff view settings
Collapse file

‎packages/frontend/index.html‎

Copy file name to clipboardExpand all lines: packages/frontend/index.html
+6-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.