[docs] Fix "relation_type" typo

master
Russ Garrett 2018-01-05 10:13:17 +00:00
parent 5816161a40
commit 8160289763
No known key found for this signature in database
GPG Key ID: 68880BB652AB0570
1 changed files with 2 additions and 2 deletions

View File

@ -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]