We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f31fbd + fe34f2d commit 678b54bCopy full SHA for 678b54b
README.md
@@ -26,7 +26,7 @@ These are the supported API resources:
26
* Metadata
27
* Snapshot
28
* Team
29
-* Workd Diary
+* Work Diary
30
* Activities
31
32
# License
src/Upwork/API/AuthTypes/AbstractOAuth.php
@@ -145,9 +145,9 @@ public function auth()
145
header('Location: ' . $authUrl);
146
} elseif (self::$_mode === 'nonweb') {
147
// authorize nonweb application
148
- ApiDebug::p('found [nonweb] mode, need to autorize application manually');
+ ApiDebug::p('found [nonweb] mode, need to authorize application manually');
149
150
- $prompt = 'Visit ' . $authUrl . "\n" .
+ $prompt = 'Visit ' . $authUrl . "\n " .
151
'and provide oauth_verifier for further authorization' . "\n" .
152
'$ ';
153
if (PHP_OS == 'WINNT') {
0 commit comments