From 1d687e0a6d5b8119be2c55bcb7992a2679e8818b Mon Sep 17 00:00:00 2001 From: Ben Durrant Date: Sat, 20 Apr 2024 15:30:10 +0100 Subject: [PATCH] edit title for third party library section --- docs/usage/CodeSplitting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/CodeSplitting.md b/docs/usage/CodeSplitting.md index 81c3f49b63..c7a1f29e39 100644 --- a/docs/usage/CodeSplitting.md +++ b/docs/usage/CodeSplitting.md @@ -531,8 +531,8 @@ function Component() { } ``` -## Libraries and Frameworks +## Third-party Libraries and Frameworks -There are a few good libraries out there that can help you add the above functionality automatically: +There are a few good external libraries out there that can help you add the above functionality automatically: - [Redux Ecosystem Links: Reducers - Dynamic Reducer Injection](https://github.com/markerikson/redux-ecosystem-links/blob/master/reducers.md#dynamic-reducer-injection)