From f15a8c8626cccfcda2967d9773cc7fc3caf4696a Mon Sep 17 00:00:00 2001 From: Alan Poulain Date: Fri, 21 Jun 2019 16:56:10 +0200 Subject: [PATCH] Fix typos --- misd/phone-number-bundle/1.3/post-install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misd/phone-number-bundle/1.3/post-install.txt b/misd/phone-number-bundle/1.3/post-install.txt index 7dd5c5b9..87ff1773 100644 --- a/misd/phone-number-bundle/1.3/post-install.txt +++ b/misd/phone-number-bundle/1.3/post-install.txt @@ -1,8 +1,8 @@ - You now can use the phone bundle as descriped here: + You now can use the phone bundle as described here: https://github.com/misd-service-development/phone-number-bundle#usage The Doctrine configuration has been already done. - You now can use `phone_number` as a ORM-Type: + You now can use `phone_number` as an ORM-Type: /** @ORM\Column(type="phone_number") */ private $phoneNumber;