aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/Handler.php
diff options
context:
space:
mode:
authorfrankie <fgoodwin@wikimedia.org>2024-04-23 15:21:03 -0400
committerfrankie <fgoodwin@wikimedia.org>2024-04-23 15:21:03 -0400
commit73a0a6830d4964b1348a9320ec17eaf0c1ca8fb1 (patch)
treebb4fa3bbdf7a20cce82a39761e099c6318eb0689 /includes/Rest/Handler.php
parent79cfe19109d2d3356b9df5180aaed2790288c843 (diff)
downloadmediawikicore-73a0a6830d4964b1348a9320ec17eaf0c1ca8fb1.tar.gz
mediawikicore-73a0a6830d4964b1348a9320ec17eaf0c1ca8fb1.zip
Typo fixes
Two small typo fixes for dev environment and gerrit setup. Bug: T362742 Change-Id: I92399002019a8df51731f8c927ca606f91211b51
Diffstat (limited to 'includes/Rest/Handler.php')
-rw-r--r--includes/Rest/Handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Rest/Handler.php b/includes/Rest/Handler.php
index 58ac75e8274e..4e64b1c01027 100644
--- a/includes/Rest/Handler.php
+++ b/includes/Rest/Handler.php
@@ -579,7 +579,7 @@ abstract class Handler {
* Subclasses may override this method to support parsing additional
* content types or to disallow content types by throwing an HttpException
* with status 415. Subclasses may also return null to indicate that they
- * support reading the content, but intent to handle it as an unparsed
+ * support reading the content, but intend to handle it as an unparsed
* stream in their implementation of the execute() method.
*
* @since 1.42