Skip to content

Commit

Permalink
FIXED Typo (TextureGroup#371)
Browse files Browse the repository at this point in the history
Contet -> Context
  • Loading branch information
martinjkelly authored and bernieperez committed Apr 25, 2018
1 parent f7055b6 commit 150847e
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 150847e

Please sign in to comment.