diff --git a/Cite.php b/Cite.php
index 4e066770..bc69203f 100644
--- a/Cite.php
+++ b/Cite.php
@@ -23,7 +23,7 @@ $wgExtensionFunctions[] = 'wfCite';
$wgExtensionCredits['parserhook'][] = array(
'name' => 'Cite',
'author' => 'Ævar Arnfjörð Bjarmason',
- 'description' => 'adds and tags, for citations',
+ 'description' => 'Adds and tags, for citations',
'url' => 'http://meta.wikimedia.org/wiki/Cite/Cite.php'
);
$wgParserTestFiles[] = dirname( __FILE__ ) . "/citeParserTests.txt";