From 4ca97cc1758331044eedee251a09d507fc182526 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Thu, 11 Jul 2019 17:29:03 +0200 Subject: [PATCH] Fix typo in UPGRADING.md --- UPGRADING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 163e4770..18fd1da3 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -4,8 +4,8 @@ when upgrading from one version to another. Upgrading From 2.x to 3.0 ========================== -- The configuration optins under `jms_serializer.visitors` previously were `json` and `xml`, - now the optins are direction specific as `json_serialization`, `json_deserialization` , +- The configuration options under `jms_serializer.visitors` previously were `json` and `xml`, + now the options are direction specific as `json_serialization`, `json_deserialization` , `xml_serialization`, `xml_deserialization`. A complete list of options is available in the [configration reference](/Resources/doc/configuration.rst#extension-reference)