guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: node-inherits: Fix typo in description.


From: guix-commits
Subject: 01/09: gnu: node-inherits: Fix typo in description.
Date: Wed, 25 May 2022 22:01:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2baff98ce810555e9f39442f1debcda3cb4d3f55
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:01 2022 +0200

    gnu: node-inherits: Fix typo in description.
    
    * gnu/packages/node-xyz.scm (node-inherits)[description]:
    Fix ‘constructer’ typo.
---
 gnu/packages/node-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 87892410f9..9dcb5c3d16 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -391,7 +391,7 @@ if desired.")
     (home-page "https://github.com/isaacs/inherits";)
     (synopsis "Browser-friendly object inheritance")
     (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.")
     (license license:isc)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]