Skip to content

Commit 36f7940

Browse files
committed
Fixed typo in the doc
1 parent ad0d196 commit 36f7940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To make this authentication work, you just have to generate an APIKEY from the g
1919
<?php
2020

2121
$api = new Places();
22-
$api->authentication([
22+
$api->useAuthentication([
2323
'PublicApiAccess',
2424
['key' => 'MY_PLACES_APIKEY']
2525
]);

0 commit comments

Comments
 (0)