mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: node-acorn: Fix typo in description.
* gnu/packages/node-xyz.scm (node-acorn)[description]: Correct misspelling of "Javascript".
This commit is contained in:
parent
4e44e1c672
commit
8594fd6bff
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue