diff --git a/api.js b/api.js index c1b8d09..0fe5139 100644 --- a/api.js +++ b/api.js @@ -825,7 +825,7 @@ const API = Rests({ }, follow: { help: "Follow a user", - comment: specialBadge + `
This endpoint is deprecated and might not work as excpeted.`, + comment: specialBadge + `
This endpoint is deprecated and might not work as expected.`, path: "/user/follow", method: "POST", enctype: "json", @@ -860,7 +860,7 @@ const API = Rests({ }, unfollow: { help: "Unfollow a user", - comment: specialBadge + `
This endpoint is deprecated and might not work as excpeted.`, + comment: specialBadge + `
This endpoint is deprecated and might not work as expected.`, path: "/user/unfollow", method: "POST", enctype: "json",