From 0397f5e5c8512a5c2a105e92f788e98ef09a29ff Mon Sep 17 00:00:00 2001 From: Patrick Weisensee Date: Tue, 28 Feb 2023 12:45:48 -0800 Subject: [PATCH] Update docs - fix typos --- api.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api.js b/api.js index c5034ef..088f671 100644 --- a/api.js +++ b/api.js @@ -605,8 +605,8 @@ const API = Rests({ } }, follow: { - help: "Follow an user", - comment: specialBadge + `
This endpoint is deprecated and might not work as excpeted.`, + help: "Follow a user", + comment: specialBadge + `
This endpoint is deprecated and might not work as expected.`, path: "/user/follow", method: "POST", enctype: "json", @@ -639,8 +639,8 @@ const API = Rests({ } }, unfollow: { - help: "Unfollows an user", - comment: specialBadge + `
This endpoint is deprecated and might not work as excpeted.`, + help: "Unfollows a user", + comment: specialBadge + `
This endpoint is deprecated and might not work as expected.`, path: "/user/unfollow", method: "POST", enctype: "json",