Fix various typos (#156)

Found via `codespell -q 3 -S "./yarn.lock" -L pris`
This commit is contained in:
luzpaz
2025-08-01 07:53:31 -04:00
committed by GitHub
parent 545a6b154a
commit a435ead916
7 changed files with 7 additions and 7 deletions

View File

@ -195,7 +195,7 @@ export class ObjectHandler {
* @returns
* @description If we need to fetch a remote resource, it doesn't make sense
* to immediately fetch the object, *then* check permissions.
* Instead the caller can pass a simple anonymous funciton, like
* Instead the caller can pass a simple anonymous function, like
* () => $dropFetch('/my-image');
* And if we actually have permission to write, it fetches it then.
*/