From d9c8d377df0fd3cc397361617c24a146052c4023 Mon Sep 17 00:00:00 2001 From: Christian Martinez <36577457+christianbmartinez@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:26:01 -0600 Subject: [PATCH] Updated react-19.md Also added a comma as it felt like a run on sentence, and starting the next new sentence with "These" instead of "So". That's all i've got for now :) It would be my first PR, I hope to get into more technical PR's down the road. <3 --- src/content/blog/2024/04/25/react-19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2024/04/25/react-19.md b/src/content/blog/2024/04/25/react-19.md index 21784ca2135..f0d6d26dec0 100644 --- a/src/content/blog/2024/04/25/react-19.md +++ b/src/content/blog/2024/04/25/react-19.md @@ -553,7 +553,7 @@ When React renders this component, it will see the `` `<link>` and `<meta #### You may still want a Metadata library {/*you-may-still-want-a-metadata-library*/} -For simple use cases rendering Document Metadata as tags may be suitable, but libraries can offer more powerful features like overriding generic metadata with specific metadata based on the current route. So these feature make it easier for frameworks and libraries like [`react-helmet`](https://github.com/nfl/react-helmet) to support metadata tags, rather than replace them. +For simple use cases, rendering Document Metadata as tags may be suitable, but libraries can offer more powerful features like overriding generic metadata with specific metadata based on the current route. These features make it easier for frameworks and libraries like [`react-helmet`](https://github.com/nfl/react-helmet) to support metadata tags, rather than replace them. </Note>