Skip to content

Commit

Permalink
Merge pull request #1150 from dalisoft/patch-1
Browse files Browse the repository at this point in the history
fix(docs): typo fix in docs
  • Loading branch information
chenjun1011 authored Jul 23, 2019
2 parents aba9144 + 189073e commit d4a582c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en-US/driver-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ The driver should implement follow method:
* setAttribute(node, propKey, propValue)
* removeAttribute(node, propKey)
* setStyle(node, styleObject)
* *beforeRender({element, hybrate, container})
* *afterRender({element, hybrate, container})
* *beforeRender({element, hydrate, container})
* *afterRender({element, hydrate, container})

0 comments on commit d4a582c

Please sign in to comment.