Skip to content

Commit f3f13f0

Browse files
committed
fix framework react-dom renderToNodeStream page
1 parent 7696743 commit f3f13f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react-dom/server/renderToNodeStream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Sunucu yanıtınıza bağlayabileceğiniz [Node.js Okunabilir Akışını](https
6969
```js {5-6}
7070
import { renderToNodeStream } from 'react-dom/server';
7171

72-
// Rota işleyici sözdizimi arka uç çatınıza bağlı olarak değişir
72+
// Rota işleyici sözdizimi arka uç framework'ünüze bağlı olarak değişir
7373
app.use('/', (request, response) => {
7474
const stream = renderToNodeStream(<App />);
7575
stream.pipe(response);

0 commit comments

Comments
 (0)