Skip to content

Commit 75d12d9

Browse files
committed
doc(Fix Typos).
- [x] Fixed typos where the path to annotation was wrong. Changed Annotation to Annotations. - [x] Fixed typos where the name of annotation Geocodeable was wrong. Changed Geocodable to Geocodeable.
1 parent 2690487 commit 75d12d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/doctrine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ wanted.
88

99
``` php
1010

11-
use Bazinga\GeocoderBundle\Mapping\Annotation as Geocoder;
11+
use Bazinga\GeocoderBundle\Mapping\Annotations as Geocoder;
1212

1313
/**
14-
* @Geocoder\Geocodable
14+
* @Geocoder\Geocodeable
1515
*/
1616
class User
1717
{

0 commit comments

Comments
 (0)