Skip to content

Commit a55989e

Browse files
authored
Merge pull request #49 from zhijiang3/patch-1
Update application.jsx
2 parents f89c4c5 + 63d013f commit a55989e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11_src/src/application.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Provider 是一个 React 组件,它被设计用作于包裹你应用的根组件。
77
// 它的目的是提供你的 Redux 实例给所有应用中的组件。
88
// 我们不太关心它是如何做到的,你只需知道: 它用了 React 的上下文功能(context feature),
9-
// 它没有说明文档所已不必在意它,但你实在是好奇的话可以参考: https://www.tildedave.com/2014/11/15/introduction-to-contexts-in-react-js.html
9+
// 它没有说明文档所以不必在意它,但你实在是好奇的话可以参考: https://www.tildedave.com/2014/11/15/introduction-to-contexts-in-react-js.html
1010

1111
import React from 'react'
1212
import Home from './home'

0 commit comments

Comments
 (0)