Skip to content

Commit 74776fd

Browse files
authored
Fix Typo Map
1 parent 92ad2de commit 74776fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A map is created by calling ``new Map()``. You can configure the center, zoom, a
7777
public function __invoke(): Response
7878
{
7979
// 1. Create a new map instance
80-
$myMap = (new Map());
80+
$myMap = (new Map())
8181
// Explicitly set the center and zoom
8282
->center(new Point(46.903354, 1.888334))
8383
->zoom(6)

0 commit comments

Comments
 (0)