Skip to content

Commit

Permalink
Merge pull request nodeca#41 from roryokane/patch-1
Browse files Browse the repository at this point in the history
Fix page description in <meta>: "parcer" to "parser"
  • Loading branch information
Vitaly Puzrin committed May 3, 2012
2 parents df5fd4e + f48b32d commit 88946c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>YAML parser for JavaScript - JS-YAML</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Live example of YAML JavaScript parcer right in your browser. Type your YAML code and see result.">
<meta name="description" content="Live example of YAML JavaScript parser right in your browser. Type your YAML code and see result.">
<meta name="keywords" content="yaml,parser,javascript">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="stylesheet" href="css/codemirror.default.css">
Expand Down

0 comments on commit 88946c7

Please sign in to comment.