From b27b4199fc70a798cae0887b83329ab0b054283c Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Mon, 27 May 2019 11:52:29 +0100 Subject: [PATCH] Fix typo --- src/Symfony/Contracts/Service/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Contracts/Service/composer.json b/src/Symfony/Contracts/Service/composer.json index 0832b82cb1..54341174ce 100644 --- a/src/Symfony/Contracts/Service/composer.json +++ b/src/Symfony/Contracts/Service/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/service-contracts", "type": "library", - "description": "Generic abstractions related to writting services", + "description": "Generic abstractions related to writing services", "keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"], "homepage": "https://symfony.com", "license": "MIT",