From d4b3f1247f49d409c0bf006df255b20204cdb7f4 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 30 Jan 2018 02:24:53 +0300 Subject: [PATCH] Fix typo --- src/development/server-side-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/server-side-events.md b/src/development/server-side-events.md index 9e747e2..270e70d 100644 --- a/src/development/server-side-events.md +++ b/src/development/server-side-events.md @@ -294,7 +294,7 @@ administrative interface of **Mibew Messenger**. It provides plugins an ability to connect pages to custom CSS files or add inline styles to pages. An associative array with the following items is passed to event handlers: -* _'request'_: an instance of `\Symfony\Component\HttpFound-ation\Request` +* _'request'_: an instance of `\Symfony\Component\HttpFoundation\Request` class. CSS files will be attached to the requested page. * _'css'_: array of assets. Each asset can be either a string with the relative URL of a CSS file or an array with _'content'_, _'type'_ and _'weight'_