Skip to content

Commit

Permalink
annotation typo (facebook#12272)
Browse files Browse the repository at this point in the history
* comment typo

* change after then to after that
  • Loading branch information
monkindey authored and nhunzaker committed Mar 4, 2018
1 parent 1d220ce commit 049fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiber.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export type Fiber = {|
// Bitfield that describes properties about the fiber and its subtree. E.g.
// the AsyncMode flag indicates whether the subtree should be async-by-
// default. When a fiber is created, it inherits the mode of its
// parent. Additional flags can be set at creation time, but after than the
// parent. Additional flags can be set at creation time, but after that the
// value should remain unchanged throughout the fiber's lifetime, particularly
// before its child fibers are created.
mode: TypeOfMode,
Expand Down

0 comments on commit 049fe7d

Please sign in to comment.