Fix typos

This commit is contained in:
Alan Poulain
2019-06-21 16:56:10 +02:00
committed by GitHub
parent c66ef927ad
commit f15a8c8626
@@ -1,8 +1,8 @@
<bg=green;fg=white></>
<bg=green;fg=white> You now can use the phone bundle as descriped here: </>
<bg=green;fg=white> You now can use the phone bundle as described here: </>
<bg=green;fg=white> https://github.com/misd-service-development/phone-number-bundle#usage </>
<bg=green;fg=white> The Doctrine configuration has been already done.</>
<bg=green;fg=white> You now can use `phone_number` as a ORM-Type: </>
<bg=green;fg=white> You now can use `phone_number` as an ORM-Type: </>
/** @ORM\Column(type="phone_number") */
private $phoneNumber;