From 71bb92606cb85bf58fab2e04c0210441fcc9381c Mon Sep 17 00:00:00 2001
From: Akul Srivastava <akulsr0@gmail.com>
Date: Mon, 18 Oct 2021 23:59:55 +0530
Subject: [PATCH] fix: typo in docs

---
 source/api/methods.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/api/methods.md b/source/api/methods.md
index 729cce5e6..22fe6e85c 100644
--- a/source/api/methods.md
+++ b/source/api/methods.md
@@ -216,7 +216,7 @@ Custom rules can be added by calling `DDPRateLimiter.addRule`. The rate
 limiter is called on every method and subscription invocation.
 
 A rate limit is reached when a bucket has surpassed the rule's predefined
-capactiy, at which point errors will be returned for that input until the
+capacity, at which point errors will be returned for that input until the
 buckets are reset. Buckets are regularly reset after the end of a time
 interval.