Skip to content

Commit 01ffb60

Browse files
committed
docs: correct spelling errors in inline documentation
1 parent 5ad840b commit 01ffb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function connect(): \Picqer\Financials\Exact\Connection
108108
setValue('authorizationcode', $_GET['code']);
109109
}
110110

111-
// If we do not have a authorization code, authorize first to setup tokens
111+
// If we do not have an authorization code, authorize first to set up tokens
112112
if (getValue('authorizationcode') === null) {
113113
authorize();
114114
}

0 commit comments

Comments
 (0)