You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -177,24 +177,24 @@ An array of index name to class FQN.
177
177
178
178
An instance of `MappingProviderInterface`.
179
179
180
-
If this option is not defined, the factory will fallback to `YamlProvider` and will use
180
+
If this option is not defined, the factory will fall back to `YamlProvider` and will use
181
181
`Factory::CONFIG_MAPPINGS_DIRECTORY`option.
182
182
183
183
There are two providers available in Elastically: `YamlProvider`and `PhpProvider`.
184
184
185
185
### `Factory::CONFIG_SERIALIZER` (optional)
186
186
187
-
A `SerializerInterface` compatible object that will by used on indexation.
187
+
A `SerializerInterface` compatible object that will be used on indexation.
188
188
189
189
_Default to Symfony Serializer with Object Normalizer._
190
190
191
-
A faster alternative is to use Jane to generate plain PHP Normalizer, see below. Also we recommend [customization to handle things like Date](https://symfony.com/doc/current/components/serializer.html#normalizers).
191
+
A faster alternative is to use Jane to generate plain PHP Normalizer, see below. Also, we recommend [customization to handle things like Date](https://symfony.com/doc/current/components/serializer.html#normalizers).
192
192
193
193
### `Factory::CONFIG_DENORMALIZER` (optional)
194
194
195
-
A `DenormalizerInterface` compatible object that will by used on search results to build your objects back.
195
+
A `DenormalizerInterface` compatible object that will be used on search results to build your objects back.
196
196
197
-
If this option is not defined, the factory will fallback to
197
+
If this option is not defined, the factory will fall back to
0 commit comments