File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments