Rafał Pitoń 9 years ago
parent
commit
1689b8cbff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.rst

+ 1 - 1
README.rst

@@ -67,7 +67,7 @@ With exception of Admin Panel, Misago frontend relies heavily on React.js compon
 
 
 * **build** does production build of Misago's assets, concating and minifying javascripts, css and images, as well as moving them to misago/static directory
 * **build** does production build of Misago's assets, concating and minifying javascripts, css and images, as well as moving them to misago/static directory
 * **watch** does quick build for assets (concat assets into single files, compile less, deploy to misago/static but don't minify/optimize) as well as runs re-build when less/js changes
 * **watch** does quick build for assets (concat assets into single files, compile less, deploy to misago/static but don't minify/optimize) as well as runs re-build when less/js changes
-* **watchstyle** does quick build of less files, and re-builds when they change)
+* **watchstyle** does quick build of less files, and re-builds them when they change
 * **test** runs Mocha.js tests suite for Misago's javascript
 * **test** runs Mocha.js tests suite for Misago's javascript
 
 
 To start work on custom frontend for Misago, fork and install it locally to have development forum setup. You can now develop custom theme by modifing assets in ``frontend`` directory, however special care should be taken when changing source javascripts.
 To start work on custom frontend for Misago, fork and install it locally to have development forum setup. You can now develop custom theme by modifing assets in ``frontend`` directory, however special care should be taken when changing source javascripts.