Skip to content

Commit 040a78a

Browse files
committed
Fix spelling in method call to set default website access
1 parent 707c7d1 commit 040a78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SendGrid/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function addSubUser (SubUser $user) {
7070

7171
// SendGrid defaults to give website access. Disable if requested.
7272
if (!$this->defaultWebsiteAccess) {
73-
$user->enableWebSideAccess(false);
73+
$user->enableWebSiteAccess(false);
7474
}
7575
}
7676

0 commit comments

Comments
 (0)