diff options
author | Matthew James Kraai <kraai@ftbfs.org> | 2021-09-12 10:49:01 -0700 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2021-09-19 00:09:32 +0200 |
commit | 8594fd6bff027cbe19337602924f8963a5765b54 (patch) | |
tree | cc75a5911ddfdaaf2e83951704e6374fb3a84ecf /gnu | |
parent | 4e44e1c67286d89728fc6eee650ddfecd6e35366 (diff) | |
download | guix-8594fd6bff027cbe19337602924f8963a5765b54.tar.gz guix-8594fd6bff027cbe19337602924f8963a5765b54.zip |
gnu: node-acorn: Fix typo in description.
* gnu/packages/node-xyz.scm (node-acorn)[description]: Correct misspelling of
"Javascript".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/node-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index cbb68f77d6..f74465346a 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -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))) |