Skip to content

Commit 5d71495

Browse files
committed
Update comments and readme
1 parent baddc3b commit 5d71495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Psy Shell v0.9.9 (PHP 7.3.11 — cli) by Justin Hileman
159159
160160
### Personal Token
161161

162-
If you do not what to use the OAuth flow, then you can allow the user to provide you a personal token that you can save on the `User`.
162+
If you do not want to use the OAuth flow, then you can allow the user to provide you a personal token that you can save on the `User`.
163163

164164
```bash
165165
$ php artisan tinker

src/Api/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ public function setToken($token): self
245245
* URL to ClickUp
246246
*
247247
* If path is passed in, then append it to the end. By default, it will use the url
248-
* in the configs, but if an url is passed in as second parameter, then it is used.
249-
* If no url is found, it will use the hard-coded v2 ClickUp API URL.
248+
* in the configs, but if a url is passed in as a second parameter then it is used.
249+
* If no url is found it will use the hard-coded v2 ClickUp API URL.
250250
*
251251
* @param string|null $path
252252
* @param string|null $url

0 commit comments

Comments
 (0)