From 4167aebb2b852500235b85f6f2fd0f08ae2b0870 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 2 Jul 2018 12:30:07 -0400 Subject: [PATCH] Update Vimeo.php --- src/Vimeo/Vimeo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vimeo/Vimeo.php b/src/Vimeo/Vimeo.php index 707cf74..74fa31f 100644 --- a/src/Vimeo/Vimeo.php +++ b/src/Vimeo/Vimeo.php @@ -47,7 +47,7 @@ class Vimeo * * @param string $client_id Your applications client id. Can be found on developer.vimeo.com/apps * @param string $client_secret Your applications client secret. Can be found on developer.vimeo.com/apps - * @param string $access_token Your applications client id. Can be found on developer.vimeo.com/apps or generated using OAuth 2. + * @param string $access_token Your access token. Can be found on developer.vimeo.com/apps or generated using OAuth 2. */ public function __construct($client_id, $client_secret, $access_token = null) {