Add OTP to updating.md
[akkoma] / test / notification_test.exs
index ffa3d4b8c52604f0c638928de65d49b9b1de0c24..f5f23bb5a1ad9bb9a655c5d49c4e4b3ac13d2d70 100644 (file)
@@ -98,7 +98,7 @@ defmodule Pleroma.NotificationTest do
       assert Notification.create_notification(activity, user)
     end
 
-    test "it creates a notificatin for the user if the user mutes the activity author" do
+    test "it creates a notification for the user if the user mutes the activity author" do
       muter = insert(:user)
       muted = insert(:user)
       {:ok, _} = User.mute(muter, muted)