Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop'
[akkoma] / lib / pleroma / web / api_spec / operations / admin / invite_operation.ex
index 4ae44fff6a8334d0c0c6f53d9bc018a9ec07babe..d3af9db49213b712f65269efe5dd3626211b8651 100644 (file)
@@ -22,7 +22,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.InviteOperation do
       security: [%{"oAuth" => ["read:invites"]}],
       responses: %{
         200 =>
-          Operation.response("Intites", "application/json", %Schema{
+          Operation.response("Invites", "application/json", %Schema{
             type: :object,
             properties: %{
               invites: %Schema{type: :array, items: invite()}