Skip to content

Commit

Permalink
Fix message typo in printOperationsArray function (#17039)
Browse files Browse the repository at this point in the history
  • Loading branch information
dloranc authored and necolas committed Jan 9, 2020
1 parent 1b6e269 commit ff90009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-shared/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function printOperationsArray(operations: Array<number>) {
const rendererID = operations[0];
const rootID = operations[1];

const logs = [`opertions for renderer:${rendererID} and root:${rootID}`];
const logs = [`operations for renderer:${rendererID} and root:${rootID}`];

let i = 2;

Expand Down

0 comments on commit ff90009

Please sign in to comment.