Skip to content

Commit 292928e

Browse files
authored
Merge pull request #569 from cedricziel/patch-1
Correct typo
2 parents 765639f + ae97fb3 commit 292928e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ use Doctrine\ORM\Mapping as ORM;
9999
use Symfony\Component\Validator\Constraints as Assert;
100100

101101
/**
102-
* An offer from my shop - this description will be automatically extracted form the PHPDoc to document the API.
102+
* An offer from my shop - this description will be automatically extracted from the PHPDoc to document the API.
103103
*
104104
* @ApiResource(iri="http://schema.org/Offer")
105105
* @ORM\Entity

0 commit comments

Comments
 (0)