gnu: node-acorn: Fix typo in description.
* gnu/packages/node-xyz.scm (node-acorn)[description]: Correct misspelling of "Javascript".master
parent
4e44e1c672
commit
8594fd6bff
|
@ -47,7 +47,7 @@
|
|||
(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)))
|
||||
|
||||
|
|
Reference in New Issue