fix typos
This commit is contained in:
@@ -7,5 +7,5 @@ description: Use when the user provides a plan.gitcoffee.dev URL to read.
|
||||
|
||||
Fetch the uploaded HTML with the shell. Do not use web search or a browser.
|
||||
1. Remove a trailing slash, then append `/raw` unless the URL already ends in `/raw`.
|
||||
2. Run curl --fail --silent --show-error --location --max-time 30 --output /tmp/postplan. html `<raw-url>`.
|
||||
3. Read `/tmp/postplan.html` and continue the user's request from its contents. If `curl` fails, report its actual status or network error. Do not substitute search results.
|
||||
2. Run curl --fail --silent --show-error --location --max-time 30 --output /tmp/postplan.html `<raw-url>`.
|
||||
3. Read `/tmp/postplan.html` and continue the user's request from its contents. If `curl` fails, report its actual status or network error. Do not substitute search results.
|
||||
|
||||
Reference in New Issue
Block a user