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 @@
 | 
				
			||||||
             (chdir "acorn"))))))
 | 
					             (chdir "acorn"))))))
 | 
				
			||||||
    (home-page "https://github.com/acornjs/acorn/tree/master/acorn")
 | 
					    (home-page "https://github.com/acornjs/acorn/tree/master/acorn")
 | 
				
			||||||
    (synopsis "Javascript-based Javascript parser")
 | 
					    (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.")
 | 
					architecture supporting plugins.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue