fix typo in description of extension

This commit is contained in:
Uwe Steinmann 2016-04-12 09:17:35 +02:00
parent 41fa410010
commit 7a84ffee5e

View File

@ -1,7 +1,7 @@
<?php
$EXT_CONF['example'] = array(
'title' => 'Example Extension',
'description' => 'This sample extension demonstrate the use of various hooks',
'description' => 'This sample extension demonstrates the use of various hooks',
'disable' => true,
'version' => '1.0.0',
'releasedate' => '2013-05-03',