Skip to content

Commit

Permalink
FIXED Typo (#371)
Browse files Browse the repository at this point in the history
Contet -> Context
  • Loading branch information
martinjkelly authored and nguyenhuy committed Jun 19, 2017
1 parent 8c33a61 commit 5f42f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/layout-transition-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ override func animateLayoutTransition(_ context: ASContextTransitioning) {
if context.isAnimated() {

} else {
super.animateLayoutTransition(contet)
super.animateLayoutTransition(context)
}
}
</pre>
Expand Down

0 comments on commit 5f42f93

Please sign in to comment.