Skip to content

Commit 3bd4495

Browse files
committed
Fix typo
1 parent 26347e4 commit 3bd4495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Locale/Locale.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Locale
88
{
9-
const string DEFAULT_DYNAMIC_KEY = '[[defaultDynamciKey]]'; // Replaced at runime by $key wrapped in {{ and }}
9+
const string DEFAULT_DYNAMIC_KEY = '[[defaultDynamicKey]]'; // Replaced at runime by $key wrapped in {{ and }}
1010

1111
/**
1212
* @var array<string, array<string, string>>

0 commit comments

Comments
 (0)