Skip to content
Snippets Groups Projects
Commit b6e34f21 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

CSPELL fixes

parent ddedf48b
No related branches found
No related tags found
1 merge request!14Implemented a hacky, but working session store example
Persistor
persistor
persistors
varchar
......@@ -14,7 +14,7 @@ processing.
When the visitor is going further on your website and is taking some actions
like doing a purchase this information can be used for analytics. It makes
initial paramaters persisistent for a session.
initial parameters persistent for a session.
## FEATURES
......
......@@ -37,7 +37,7 @@ class PersistenceManager {
* Helper method to return the parameters data array.
*
* @return array|null
* The current requet parameters array
* The current request parameters array
*/
protected function getMatchingRequestParameters(): ?array {
// If this request has DNT enabled and we respect DNT, return early:
......@@ -66,7 +66,7 @@ class PersistenceManager {
* Stores the current request parameters, if matching.
*
* @param \Drupal\Core\Render\HtmlResponse $response
* The current requet response.
* The current request response.
*
* @return bool
* TRUE if parameters were persisted, else FALSE.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment