Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 39072b1

Browse files
DenrizSusambvaughn
authored andcommitted
Typo fix in code comment (#1303)
1 parent 52099bc commit 39072b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/attachRendererFiber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function attachRendererFiber(hook: Hook, rid: string, renderer: ReactRenderer):
186186
} = ReactSymbols;
187187

188188
// TODO: we might want to change the data structure
189-
// once we no longer suppport Stack versions of `getData`.
189+
// once we no longer support Stack versions of `getData`.
190190
function getDataFiber(fiber: Object): DataType {
191191
var elementType = fiber.elementType;
192192
var type = fiber.type;

0 commit comments

Comments
 (0)