From cbb3941ad768cc480a191e22da56baee55942989 Mon Sep 17 00:00:00 2001 From: Kenshin Okinaka Date: Sun, 25 Sep 2016 17:27:04 +0900 Subject: [PATCH] Fix typo. --- en/controllers/components/request-handling.rst | 2 +- fr/controllers/components/request-handling.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/controllers/components/request-handling.rst b/en/controllers/components/request-handling.rst index 11c86aebc4..4b47c6596d 100644 --- a/en/controllers/components/request-handling.rst +++ b/en/controllers/components/request-handling.rst @@ -170,7 +170,7 @@ callbacks like ``json_decode``:: $this->RequestHandler->config('inputTypeMap.json', ['json_decode', true]); The above will make ``$this->request->data`` an array of the JSON input data, -without the additional ``true`` you'd get a set of ``StdClass`` objects. +without the additional ``true`` you'd get a set of ``stdClass`` objects. .. deprecated:: 3.1.0 As of 3.1.0 the ``addInputType()`` method is deprecated. You should use diff --git a/fr/controllers/components/request-handling.rst b/fr/controllers/components/request-handling.rst index a0ef78da7e..7fcc95cda0 100644 --- a/fr/controllers/components/request-handling.rst +++ b/fr/controllers/components/request-handling.rst @@ -175,7 +175,7 @@ au callback, c'est très utile pour les callbacks comme ``json_decode``:: Le contenu ci-dessus créera ``$this->request->data`` un tableau des données d'entrées JSON, sans le ``true`` supplémentaire vous obtiendrez un jeu -d'objets ``StdClass``. +d'objets ``stdClass``. .. deprecated:: 3.1.0 Depuis 3.1.0 la méthode ``addInputType()`` est dépréciée. Vous devez