Skip to content

Commit 678b54b

Browse files
authored
Merge pull request #19 from upwork/v1.2.4
v1.2.4
2 parents 5f31fbd + fe34f2d commit 678b54b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These are the supported API resources:
2626
* Metadata
2727
* Snapshot
2828
* Team
29-
* Workd Diary
29+
* Work Diary
3030
* Activities
3131

3232
# License

src/Upwork/API/AuthTypes/AbstractOAuth.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ public function auth()
145145
header('Location: ' . $authUrl);
146146
} elseif (self::$_mode === 'nonweb') {
147147
// authorize nonweb application
148-
ApiDebug::p('found [nonweb] mode, need to autorize application manually');
148+
ApiDebug::p('found [nonweb] mode, need to authorize application manually');
149149

150-
$prompt = 'Visit ' . $authUrl . "\n" .
150+
$prompt = 'Visit ' . $authUrl . "\n " .
151151
'and provide oauth_verifier for further authorization' . "\n" .
152152
'$ ';
153153
if (PHP_OS == 'WINNT') {

0 commit comments

Comments
 (0)