Skip to content

Commit

Permalink
Plural redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Apr 27, 2024
1 parent 3d5f7d8 commit 4991a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/LinkCount.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

class LinkCount implements HtmlProducer, JsonProducer {
public static $description = "View the number of links (wikilinks, redirect, transclusions, file links, and category links) to any page on any Wikimedia project.";
public static $description = "View the number of links (wikilinks, redirects, transclusions, file links, and category links) to any page on any Wikimedia project.";

public $counts;
public string $error;
Expand Down
2 changes: 1 addition & 1 deletion tests/LinkCountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ public function provideHtmlOutput() {
],
'no parameters' => [
'',
'View the number of links (wikilinks, redirect, transclusions, file links, and category links) to any page on any Wikimedia project.',
'View the number of links (wikilinks, redirects, transclusions, file links, and category links) to any page on any Wikimedia project.',
''
],
'no title (error)' => [
Expand Down

0 comments on commit 4991a64

Please sign in to comment.