From 3053c76c86195021206df736c299e478c98764a7 Mon Sep 17 00:00:00 2001 From: Mario564 Date: Fri, 2 Feb 2024 19:45:40 -0600 Subject: [PATCH] Fix typo in changelog --- docs/content/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/changelog.mdx b/docs/content/changelog.mdx index d90b842..ffd569f 100644 --- a/docs/content/changelog.mdx +++ b/docs/content/changelog.mdx @@ -9,7 +9,7 @@ - Converted many types inferred from schemas into interfaces. - Other minor changes to some interfaces and types. - Introduce error handling via the `OsuJSGeneralError` and `OsuJSUnexpectedResponseError` classes and `OsuJSError` type. -- Token can now be revoken using `Client.revokeToken`. Has same functionality as `Auth.revokeToken`. +- Token can now be revoked using `Client.revokeToken`. Has same functionality as `Auth.revokeToken`. - Add links to documentation in JSDoc comments. - Add osu! Lazer mods to `Mod` type. - Remove unused interface `GetBeatmapOptions`. (Not to be confused with `GetBeatmapsOptions`, note the plural form of beatmap).