diff --git a/content/developer/reference/frontend/services.rst b/content/developer/reference/frontend/services.rst index 3b4f77a2b..2110601db 100644 --- a/content/developer/reference/frontend/services.rst +++ b/content/developer/reference/frontend/services.rst @@ -478,7 +478,7 @@ A notification for when a sale deal is made with a button to go some kind of com // in setup this.notificationService = useService("notification"); - this.actionService = useService("actionService"); + this.actionService = useService("action"); // later this.notificationService.add("You closed a deal!", {