feat: doc change to trigger ci (#6019)

This commit is contained in:
Calum H.
2026-05-07 00:03:24 +01:00
committed by GitHub
parent 4eeb53c429
commit ae9ca4db18

View File

@@ -9,7 +9,7 @@ import { XHRUploadClient } from './xhr-upload-client'
/**
* Generic platform client using ofetch
*
* This client works in any JavaScript environment (Node.js, browser, workers).
* This client works in any JavaScript environment (Node.js, browser, workers, etc).
*
* @example
* ```typescript