From 90cde9898bfdcf206a3d4acc342cd8aa5bac3c5a Mon Sep 17 00:00:00 2001
From: Philipp <admin+Github@philipp.info>
Date: Tue, 16 Nov 2021 22:37:43 +0100
Subject: [PATCH] Update src/Capabilities/ICanHandleRequests.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
---
 src/Capabilities/ICanHandleRequests.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Capabilities/ICanHandleRequests.php b/src/Capabilities/ICanHandleRequests.php
index ce258c7dd3..1d02be4397 100644
--- a/src/Capabilities/ICanHandleRequests.php
+++ b/src/Capabilities/ICanHandleRequests.php
@@ -10,7 +10,7 @@ interface ICanHandleRequests
 	/**
 	 * Initialization method common to both content() and post()
 	 *
-	 * Extend this method if you need to do any shared processing before both
+	 * Extend this method if you need to do any shared processing before either
 	 * content() or post()
 	 */
 	public function init();