Skip to content

Commit

Permalink
fix typo "transtion" => "transition" (#5447)
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsHart authored and brentvatne committed Jan 3, 2019
1 parent 59c09a6 commit 363f06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/react-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ declare module 'react-navigation' {
// The value that represents the progress of the transition when navigation
// state changes from one to another. Its numeric value will range from 0
// to 1.
// progress.__getAnimatedValue() < 1 : transtion is happening.
// progress.__getAnimatedValue() == 1 : transtion completes.
// progress.__getAnimatedValue() < 1 : transition is happening.
// progress.__getAnimatedValue() == 1 : transition completes.
progress: AnimatedValue,

// All the scenes of the transitioner.
Expand Down

0 comments on commit 363f06d

Please sign in to comment.