1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

fix: fix wording of docs

This commit is contained in:
James Cook 2023-09-08 19:27:01 +01:00
parent 07021bc235
commit ad3b5c380b
3 changed files with 2 additions and 3 deletions

View file

@ -72,7 +72,7 @@ export class BaseClient {
* Makes a request to the ClassCharts API with the required authentication headers
*
* @param path Path to the API endpoint
* @param kyOptions Ky (fetch library) request options
* @param fetchOptions Request Options
* @param options
* @param options.revalidateToken Whether to revalidate the session ID if it is older than 3 minutes
*