Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typofix
  • Loading branch information
Brian Vaughn committed May 22, 2018
commit 7cb55e659d9c1be93b725e5be8c0b6a6d38fa4f6
2 changes: 1 addition & 1 deletion text/0000-profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The `onRender` callback is called each time a component within the `Profiler` re
```js
function onRenderCallback(
id: string,
phaseL "mount" | "update",
phase: "mount" | "update",
actualTime: number,
baseTime: number,
startTime: number,
Expand Down