Updated changelog

This commit is contained in:
Henry Whitaker
2020-08-25 21:23:06 +01:00
parent 900ecb2218
commit 1fcdd5bb1d
6 changed files with 28 additions and 18 deletions

View File

@@ -78,7 +78,7 @@ class IntegrationsController extends Controller
SettingsHelper::testNotification();
return response()->json([
'method' => 'test notificaiton agents'
'method' => 'test notification agents'
], 200);
}
}