We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26347e4 commit 3bd4495Copy full SHA for 3bd4495
1 file changed
src/Locale/Locale.php
@@ -6,7 +6,7 @@
6
7
class Locale
8
{
9
- const string DEFAULT_DYNAMIC_KEY = '[[defaultDynamciKey]]'; // Replaced at runime by $key wrapped in {{ and }}
+ const string DEFAULT_DYNAMIC_KEY = '[[defaultDynamicKey]]'; // Replaced at runime by $key wrapped in {{ and }}
10
11
/**
12
* @var array<string, array<string, string>>
0 commit comments