Merge pull request #1572 from ha-dai/patch1

Fix typo.
This commit is contained in:
syuilo 2018-05-07 03:09:45 +09:00 committed by GitHub
commit 769ee734fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ mixin propTable(props)
if prop.kind == 'id' if prop.kind == 'id'
if prop.entity if prop.entity
| ( | (
a(href=`/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity a(href=`/docs/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity
| ID) | ID)
else else
| (ID) | (ID)
else if prop.kind == 'entity' else if prop.kind == 'entity'
| ( | (
a(href=`/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity a(href=`/docs/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity
| ) | )
else if prop.kind == 'object' else if prop.kind == 'object'
if prop.def if prop.def