From 8160289763825de166a713d0ab4687423cc2b4fe Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Fri, 5 Jan 2018 10:13:17 +0000 Subject: [PATCH] [docs] Fix "relation_type" typo --- docs/relations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/relations.rst b/docs/relations.rst index 15096e1..ea39aad 100644 --- a/docs/relations.rst +++ b/docs/relations.rst @@ -94,7 +94,7 @@ You can use the following mapping:: - key: ref name: ref type: string - relation_type: [route] + relation_types: [route] mapping: route: [bus] @@ -157,7 +157,7 @@ The following mapping imports the bus route relation from above:: - name: network key: network type: string - relation_type: [route] + relation_types: [route] mapping: route: [bus]