1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-10 04:33:47 +02:00

fixed sleep example typo and synced with master

This commit is contained in:
Gani Georgiev 2023-12-30 12:06:07 +02:00
commit 97a8409a65
2 changed files with 3985 additions and 3985 deletions

File diff suppressed because it is too large Load Diff

View File

@ -218,7 +218,7 @@ declare function readerToString(reader: any, maxBytes?: number): string;
* Example:
*
* ` + "```" + `js
* slee(250) // sleeps for 250ms
* sleep(250) // sleeps for 250ms
* ` + "```" + `
*
* @group PocketBase