Merge pull request #1035 from pedrocruzio/patch-1

Fixed misspelling in documentation text
This commit is contained in:
Jim LAURIE 2018-04-26 00:28:39 +02:00 committed by GitHub
commit 09c403f79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ The entire logic of the admin panel is located in a single folder named `./admin
└─── admin
| └─── build // Webpack generated build of the front-end
| └─── src // Front-end directory
| └─── app.js // Entry point of the Reacr application
| └─── app.js // Entry point of the React application
| └─── assets // Assets directory containing images,...
| └─── components // Admin's React components directory
| └─── containers // Admin's high level components directory