gnu: node-acorn: Fix typo in description.

* gnu/packages/node-xyz.scm (node-acorn)[description]: Correct misspelling of
"Javascript".
This commit is contained in:
Matthew James Kraai 2021-09-12 10:49:01 -07:00 committed by Jelle Licht
parent 4e44e1c672
commit 8594fd6bff
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -47,7 +47,7 @@ (define-public node-acorn
(chdir "acorn"))))))
(home-page "https://github.com/acornjs/acorn/tree/master/acorn")
(synopsis "Javascript-based Javascript parser")
(description "Acornjs is a Javascrip parser with many options and an
(description "Acornjs is a Javascript parser with many options and an
architecture supporting plugins.")
(license license:expat)))