From 89d56fb3d15e42e5c673f4352c05cd150d1c1e19 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 1 Oct 2017 18:56:46 -0400
Subject: [PATCH] docs: fixed typo in doc.

---
 docs/object_mapping.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/object_mapping.md b/docs/object_mapping.md
index cc867f42..669c38b8 100644
--- a/docs/object_mapping.md
+++ b/docs/object_mapping.md
@@ -134,7 +134,7 @@ assert person.getName().equals("Jeff");
     if you ever decide to migrate over to typed mode it will not change the behavior of your existing code base and will
     make the migration process much easier. 
 
-## Typed Mode
+### Typed Mode
 
 Typed mode takes things one step further and allows type information about a Data Model class to be encoded as a
 property on vertex and edges in the underlying graph. This behavior is governed by the `PolymorphicTypeResolver` which
-- 
GitLab