Skip to content

Commit 0f8382f

Browse files
committed
minor symfony#31637 Fix typo (thewilkybarkid)
This PR was merged into the 4.3 branch. Discussion ---------- Fix typo | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | <!-- required for new features --> (Not sure if this was copied/pasted from somewhere.) <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- b27b419 Fix typo
2 parents 95c6e86 + b27b419 commit 0f8382f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Contracts/Service/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/service-contracts",
33
"type": "library",
4-
"description": "Generic abstractions related to writting services",
4+
"description": "Generic abstractions related to writing services",
55
"keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)