From ae97fb3496f41ba5859814ec3942e086428e9704 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Tue, 28 Aug 2018 11:42:52 +0200 Subject: [PATCH] Correct typo --- core/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started.md b/core/getting-started.md index e6e108b9c36..867c1e2d61d 100644 --- a/core/getting-started.md +++ b/core/getting-started.md @@ -99,7 +99,7 @@ use Doctrine\ORM\Mapping as ORM; use Symfony\Component\Validator\Constraints as Assert; /** - * An offer from my shop - this description will be automatically extracted form the PHPDoc to document the API. + * An offer from my shop - this description will be automatically extracted from the PHPDoc to document the API. * * @ApiResource(iri="http://schema.org/Offer") * @ORM\Entity