Skip to content

Commit b496232

Browse files
authored
Merge pull request #1 from svenluijten/patch-1
Fix missing word in resolve_config.php example
2 parents b44bf04 + 80922ab commit b496232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resolve_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$configFile = dirname(__DIR__) . DIRECTORY_SEPARATOR . 'config.php';
44

55
if (!file_exists($configFile)) {
6-
echo 'No config file found, copy config.sample.php to config.php and your Twitter OAuth details.', PHP_EOL;
6+
echo 'No config file found, copy config.sample.php to config.php and add your Twitter OAuth details.', PHP_EOL;
77
exit(1);
88
}
99

0 commit comments

Comments
 (0)