diff options
-rw-r--r-- | includes/Rest/Handler.php | 2 | ||||
-rw-r--r-- | includes/site/MediaWikiSite.php | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/includes/site/MediaWikiSite.php b/includes/site/MediaWikiSite.php index 85c58bc0482b..81f324cd802e 100644 --- a/includes/site/MediaWikiSite.php +++ b/includes/site/MediaWikiSite.php @@ -194,7 +194,7 @@ class MediaWikiSite extends Site { * This is the equivalent of wfScript() for other sites. * * The path should go at the `$1` marker. If the $path - * argument is provided, the marker will be replaced by it's value. + * argument is provided, the marker will be replaced by its value. * * @since 1.21 * @param string|false $path Not passing a string for this is deprecated since 1.40. |