From a8aafc0123e24d5072a8e51ea4dd27c87f54c422 Mon Sep 17 00:00:00 2001
From: Ryan Seys <ryan@ryanseys.com>
Date: Wed, 11 Feb 2015 08:56:31 -0500
Subject: [PATCH] doc: change effect to affect in errors.md

---
 doc/api/errors.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api/errors.markdown b/doc/api/errors.markdown
index cd3a8cda42fbea..df5f2d74ac4ce1 100644
--- a/doc/api/errors.markdown
+++ b/doc/api/errors.markdown
@@ -163,7 +163,7 @@ Property that determines the number of stack frames collected by a stack trace
 (whether generated by `new Error().stack` or `Error.captureStackTrace(obj)`).
 
 The initial value is `10`. It may be set to any valid JavaScript number, which
-will effect any stack trace captured *after* the value has been changed. If set
+will affect any stack trace captured *after* the value has been changed. If set
 to a non-number value, stack traces will not capture any frames and will report
 `undefined` on access.