瀏覽代碼

[Wikipedia] Fix typo

logmanoriginal 7 年之前
父節點
當前提交
17c9d8fc37
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bridges/WikipediaBridge.php

+ 1 - 1
bridges/WikipediaBridge.php

@@ -61,7 +61,7 @@ class WikipediaBridge extends BridgeAbstract{
 		$this->uri = 'https://' . strtolower($params['language']) . '.wikipedia.org';
 
 		// While we at it let's also update the name for the feed
-		$this->name = 'Today\'s featured articles from ' . strtolower($params['language']) . '.wikipedia.org';
+		$this->name = 'Today\'s featured article from ' . strtolower($params['language']) . '.wikipedia.org';
 
 		// This will automatically send us to the correct main page in any language (try it!)
 		$html = $this->file_get_html($this->uri . '/wiki');