Merge pull request #2098 from CheeseSucker/patch-2

[MINOR] Fixed typo
This commit is contained in:
Ingo Schommer 2013-06-15 00:14:53 -07:00
commit 6a4ec840d2

View File

@ -157,7 +157,7 @@ Here's an example on how to rewrite a common `_config.php` configuration:
Object::add_extension('Member', 'MyMemberExtension');
The ugpraded `_config.php`:
The upgraded `_config.php`:
:::php
<?php