Commit ffe40c6
committed
minor symfony#58084 [ExpressionLanguage] Fix typo in exception message (JoshuaBehrens)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[ExpressionLanguage] Fix typo in exception message
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | ---
| License | MIT
I just noticed this typo. I am an unsure how "public API" an exception message is in regards of the backwards compatibility. Therefore I am unsure whether it is "breaking" and should be part of a feature-ish release or needs 3 PRs for the major versions. I do not see a case for typos in https://symfony.com/bc which is not bad just difficult to follow for this minor changes.
Commits
-------
034c593 Fix typo in exception message langage to languageFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/DependencyInjection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments