Skip to content

Commit f4c2115

Browse files
committed
Fix typo in comment
1 parent 3a8b1ca commit f4c2115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/react-server-dom-webpack/src/__tests__/ReactFlightDOMBrowser-test.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ describe('ReactFlightDOMBrowser', () => {
691691
// of the path in Svg1 is fully inlined. The owner of the owner of the path
692692
// in Svg2 is Server, which is deduped and replaced with a reference to the
693693
// owner of the owner of the path in Svg1. This nested owner is actually
694-
// Server from the previous render pass, which is kinda broken and libaries
694+
// Server from the previous render pass, which is kinda broken and libraries
695695
// probably shouldn't generate code like this. This reference can only be
696696
// resolved properly if owners are specifically handled when resolving
697697
// outlined models.

0 commit comments

Comments
 (0)