@@ -12,7 +12,7 @@ Main Features
1212* Edit BentoBox themes locally
1313* Uses real data when making themes
1414* Use Flask to act as a proxy between server requests
15- * Uses Jinja2 to rigidly enforce template edits
15+ * Uses Jinja2 to rigidly enforce template edits
1616
1717Installation
1818============
@@ -59,7 +59,7 @@ BentoDev functions are activated via a command line interface.
5959
6060 Setup
6161-----
62- Upon using BentoDev for the first time you will be propmted to use add your BentoBox account.
62+ Upon using BentoDev for the first time you will be prompted to use add your BentoBox account.
6363
6464You may also be asked for a password to get a remote token for your session.
6565
@@ -73,7 +73,7 @@ If you do not see any Accounts/Themes you need to create an Account that is asso
7373To work on an Account's theme you must first clone the theme. To do so use:
7474
7575.. code-block :: bash
76-
76+
7777 $ bentodev clone < theme_name>
7878
7979 You may be prompted to connect your GitHub account to BentoBox if you have not done so previously.
@@ -106,7 +106,7 @@ Working on `bentodev`
106106
107107Setup for Local Development
108108~~~~~~~~~~~~~~~~~~~~~~~~~~~
109- To make changes to `bentodev ` please clone the repository, then with a seperate virtual environment, install it as a local dependency.
109+ To make changes to `bentodev ` please clone the repository, then with a separate virtual environment, install it as a local dependency.
110110
111111.. code-block :: bash
112112
@@ -140,7 +140,7 @@ Additional user settings can be added to the user config file at ``~/bentodev/co
140140 " BENTO_USER" : " <user_name>"
141141 }
142142
143- Addtional settings can be added by hand. These include
143+ Additional settings can be added by hand. These include
144144
145145.. code-block :: javascript
146146
0 commit comments