commit 48c5502f667baf8790a3e0ebc7f578e1fd7c62d5
parent 8ea283a4e178a6106d8ba5f8a4f2df967ec472f0
Author: Konstantin Tarkus <koistya@gmail.com>
Date: Wed, 6 Apr 2016 21:30:59 +0300
Merge pull request #548 from Ashstreet/patch-1
Correcting typo in documentation.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
### [Unreleased][unreleased]
-- Move Babel, ESLint and JSCS configurations to `pacakge.json` [#497](https://github.com/kriasoft/react-starter-kit/pull/497)
+- Move Babel, ESLint and JSCS configurations to `package.json` [#497](https://github.com/kriasoft/react-starter-kit/pull/497)
- Convert `Feedback`, `Footer`, `Header`, and `Navigation` to functional stateless components
- Move page / screen components into the `src/routes` folder along with the routing information for them [BREAKING CHANGE]. [6553936](https://github.com/kriasoft/react-starter-kit/commit/6553936e693e24a8ac6178f4962af15e0ea87dfd)