From 2b5bcbee26498c70a5e162f3e61370591baa59ee Mon Sep 17 00:00:00 2001 From: jirikrenek Date: Tue, 1 Dec 2020 16:34:20 +0100 Subject: [PATCH] typo --- doc/02_neon_configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/02_neon_configuration.md b/doc/02_neon_configuration.md index 91e158b..da09b2f 100644 --- a/doc/02_neon_configuration.md +++ b/doc/02_neon_configuration.md @@ -5,7 +5,7 @@ TODO convert to video example - Import created file to your application config neon. Usually located in`app/config/config.neon`. ```neon includes: - - ../ProducModule/Config/Product.neon + - ../ProductModule/Config/Product.neon ``` - Now you can configure your entity. Each entity has own ElasticSearch type and index with same name. You have to specify only index, type has same name and is only one in index, it is defined in library so you don't @@ -75,4 +75,4 @@ array of values. In this example product has field `productTag` which has array #### Tips - Do not use field named `id` in mapping. Use `databaseId` or `externalId` depending from your data originates. -- Do not use same field name in entity structure. \ No newline at end of file +- Do not use same field name in entity structure.