in dev, allow dev FE
[akkoma] / lib / pleroma / web / api_spec / operations / twitter_util_operation.ex
index c025867a2679bc1ced44616dafcf8a5494c1495b..456ab14db839636408974bf84067ccd0e2a611fe 100644 (file)
@@ -81,7 +81,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do
   defp change_password_request do
     %Schema{
       title: "ChangePasswordRequest",
-      description: "POST body for changing the account's passowrd",
+      description: "POST body for changing the account's password",
       type: :object,
       required: [:password, :new_password, :new_password_confirmation],
       properties: %{