Correct typo "chldren" in doc.jade

This commit is contained in:
jktong 2017-01-16 09:34:59 -05:00 committed by GitHub
parent 64e142f460
commit df0aeff379
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@ p A container for accessing linguistic annotations.
+cell dict
+cell
| A dictionary that allows customisation of properties of
| #[code Token] chldren.
| #[code Token] children.
+row
+cell #[code user_span_hooks]
+cell dict
+cell
| A dictionary that allows customisation of properties of
| #[code Span] chldren.
| #[code Span] children.
+h(2, "init") Doc.__init__
+tag method