Skip to content

Commit 476d12e

Browse files
mehlahmariuswilms
authored andcommitted
Minor typo fix.
Commit originally contained in pull request UnionOfRAD#26. Signed-off-by: David Persson <[email protected]>
1 parent e691dbb commit 476d12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/globalization/readme.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $data = array(
132132
Catalog::write('message', 'de', $data, array('name' => 'runtime'));
133133

134134
// Reads from the runtime g11n configuration
135-
Catalog::read('runtime', message', 'de');
135+
Catalog::read('runtime', 'message', 'de');
136136

137137
// Results for the `de_DE` locale are merged with those for `de`
138138
Catalog::read('runtime', 'message', 'de_DE');

0 commit comments

Comments
 (0)