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