1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-20 02:01:29 +00:00

Spelling Mistakes

This commit is contained in:
Scott
2016-02-19 21:28:42 -05:00
parent 267b88b225
commit 441bc0c004
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
### Friday, 19/02/2016 ### Friday, 19/02/2016
* Improved the admin panel * Improved the admin panel
* Added ability to clear away old empty brews * Added ability to clear away old empty brews
* Added delete butotn to the edit page * Added delete button to the edit page
* Added a dynamically updating changelog page! Nifty! * Added a dynamically updating changelog page! Nifty!
* Added stlying for wide monster stat blocks and single column class tables * Added stlying for wide monster stat blocks and single column class tables
* Added snippets for wide monster stat blocks and single column class tables * Added snippets for wide monster stat blocks and single column class tables

View File

@@ -65,7 +65,7 @@ app.get('*', function (req, res) {
globals:{ globals:{
}, },
//prerenderWith : './client/naturalCrit/naturalCrit.jsx', prerenderWith : './client/naturalCrit/naturalCrit.jsx',
initialProps: { initialProps: {
url: req.originalUrl url: req.originalUrl
}, },