From 87d935120d95e56890a0d4bbf3c7b01163b9ac88 Mon Sep 17 00:00:00 2001 From: gxvv Date: Mon, 11 Feb 2019 10:44:18 +0800 Subject: [PATCH] Update Provider.md and quick-start.md --- docs/api/Provider.md | 2 +- docs/introduction/quick-start.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/Provider.md b/docs/api/Provider.md index 9323e4195..1f7d96d04 100644 --- a/docs/api/Provider.md +++ b/docs/api/Provider.md @@ -5,7 +5,7 @@ sidebar_label: Provider hide_title: true --- -# `` +# `Provider` ## Overview diff --git a/docs/introduction/quick-start.md b/docs/introduction/quick-start.md index 2ddaf94fb..3c35d9674 100644 --- a/docs/introduction/quick-start.md +++ b/docs/introduction/quick-start.md @@ -27,7 +27,7 @@ yarn add react-redux You'll also need to [install Redux](https://redux-docs.netlify.com/introduction/installation) and [set up a Redux store](https://redux-docs.netlify.com/recipes/configuring-your-store) in your app. -## `` +## `Provider` React Redux provides ``, which makes the Redux store available to the rest of your app: