fix typos

This commit is contained in:
2026-08-21 20:55:27 -04:00 Verified
parent 42210f0d1f
commit 22e72fae2e
5 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ description: When a user asks to upload a file, or one is needed for PR descript
# File upload
Upload files to `https://files.gitcoffee.dev` and return the permanent public URL from the reponse body. Authenticate with `FILE_HOST_TOKEN`. If it is unset, tell the user instead of guessing.
Upload files to `https://files.gitcoffee.dev` and return the permanent public URL from the response body. Authenticate with `FILE_HOST_TOKEN`. If it is unset, tell the user instead of guessing.
## Upload
@@ -23,7 +23,7 @@ curl -sS --fail-with-body -X PUT -T <path-to-file> \
- Embed images (`png`, `jpg`, `gif`, `webp`) as `![description](URL)`
- Link videos (`mp4`, `mov`, `webm`) as `[screen recording](URL)` because inline video players are not well supported.
- When an inline preview genuienly helps and the clip is shorter than about 30 seconds, also upload a GIF preview:
- When an inline preview genuinely helps and the clip is shorter than about 30 seconds, also upload a GIF preview:
```bash
ffmpeg -i recording.mp4 -vf "fps=10,scale=800:-1" -loop 0 preview.gif