gnu: node-inherits: Fix typo in description.
* gnu/packages/node-xyz.scm (node-inherits)[description]: Fix ‘constructer’ typo.
This commit is contained in:
		
							parent
							
								
									d62474af1b
								
							
						
					
					
						commit
						2baff98ce8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -391,7 +391,7 @@ if desired.")
 | 
				
			||||||
    (home-page "https://github.com/isaacs/inherits")
 | 
					    (home-page "https://github.com/isaacs/inherits")
 | 
				
			||||||
    (synopsis "Browser-friendly object inheritance")
 | 
					    (synopsis "Browser-friendly object inheritance")
 | 
				
			||||||
    (description "This package provides an alternative implementation of
 | 
					    (description "This package provides an alternative implementation of
 | 
				
			||||||
Node's @code{inherits} constructer that can be used in browsers, while
 | 
					Node's @code{inherits} constructor that can be used in browsers, while
 | 
				
			||||||
defaulting to Node's implementation otherwise.")
 | 
					defaulting to Node's implementation otherwise.")
 | 
				
			||||||
    (license license:isc)))
 | 
					    (license license:isc)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue