From 58f48416b2b9842b9656b5cace55b0afb81b59f8 Mon Sep 17 00:00:00 2001 From: Helen Kosova Date: Thu, 29 Oct 2020 15:19:10 +0300 Subject: [PATCH] Fix misspelling of a keyword in text --- versions/3.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.1.0.md b/versions/3.1.0.md index 53f48be6c2..1362858559 100644 --- a/versions/3.1.0.md +++ b/versions/3.1.0.md @@ -2801,7 +2801,7 @@ will indicate that the `Cat` schema be used. Likewise this schema: } ``` -will map to `Dog` because of the definition in the `mappings` element. +will map to `Dog` because of the definition in the `mapping` element. #### XML Object