[Pkg-javascript-commits] [node-stack-utils] 32/67: Fix typo: beutified -> beautified (#16)
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stack-utils.
commit bf7bf375c64c28b42b6c74034ac78b9e2a55dd45
Author: Haralan Dobrev <hkdobrev at gmail.com>
Date: Fri Jul 8 01:03:19 2016 +0300
Fix typo: beutified -> beautified (#16)
---
readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index 5c809da..44b6a8c 100644
--- a/readme.md
+++ b/readme.md
@@ -21,7 +21,7 @@ const StackUtils = require('stack-utils');
const stack = new StackUtils({cwd: process.cwd(), internals: StackUtils.nodeInternals()});
console.log(stack.clean(new Error().stack));
-// outputs a beutified stack trace
+// outputs a beautified stack trace
```
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list