Skip to content

Commit 3b42602

Browse files
authored
Merge pull request #2 from hugovk/fix-typos
Fix typos in readme
2 parents 8414835 + 6cf7fde commit 3b42602

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Innovator/Client/scripts/CodeEditor/MethodEditor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
// create helpPane helper for working with help panel
6161
window.helpPane = new HelpEditorPane(topWnd);
6262

63-
// overide delete command. I don't know why? old code.
63+
// override delete command. I don't know why? old code.
6464
methodEditorHelper.ovverideDeleteCommand();
6565

6666
window.onload = function () {

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Release | Aras
2424
#### Browsers Tested:
2525
Internet Explorer 11, Firefox 45 ESR, Chrome
2626

27-
> Some service packs introduce additional themes that were not avilable in older versions. For example, [v1.3](https://github.com/ArasLabs/method-editor-theme-preference/releases/tag/v1.3) contains the SQL Server theme which was not present in versions earlier than 11.0 SP15. When downloading this project, please make sure to download the a version that is specifically supported with the Aras Innovator service pack you are using.
27+
> Some service packs introduce additional themes that were not available in older versions. For example, [v1.3](https://github.com/ArasLabs/method-editor-theme-preference/releases/tag/v1.3) contains the SQL Server theme which was not present in versions earlier than 11.0 SP15. When downloading this project, please make sure to download the version that is specifically supported with the Aras Innovator service pack you are using.
2828
2929
## Installation
3030

@@ -42,17 +42,17 @@ Internet Explorer 11, Firefox 45 ESR, Chrome
4242
#### Code tree Installation
4343
These code tree changes only contain a custom icon for the toolbar. If you wish to use your own icon, you may replace the .svg file in the `\Innovator\` folder with your own.
4444

45-
1. Backup your code tree and store the archive in a safe place
45+
1. Back up your code tree and store the archive in a safe place
4646
2. Navigate to your local `..\RefreshFromDatabase\` folder
4747
3. Copy the `\Innovator\` folder
4848
4. Paste this at the root of your install directory
4949
+ By default this is `C:\Program Files\Aras\Innovator\`
5050

5151
#### Database Installation
52-
1. Backup your database and store the BAK file in a safe place.
52+
1. Back up your database and store the BAK file in a safe place.
5353
2. Open up the Aras Package Import tool.
5454
3. Enter your login credentials and click **Login**
55-
* _Note: You must login as root for the package import to succeed!_
55+
* _Note: You must log in as root for the package import to succeed!_
5656
4. Enter the package name in the TargetRelease field.
5757
* Optional: Enter a description in the Description field.
5858
5. Enter the path to your local `..\method-editor-theme-preference\Import\imports.mf` file in the Manifest File field.
@@ -63,7 +63,7 @@ These code tree changes only contain a custom icon for the toolbar. If you wish
6363

6464
####
6565

66-
You are now ready to login to Aras and try out the Method Editor Theme user preference.
66+
You are now ready to log in to Aras and try out the Method Editor Theme user preference.
6767

6868
## Usage
6969

@@ -82,7 +82,7 @@ You are now ready to login to Aras and try out the Method Editor Theme user pref
8282
2. Create your feature branch: `git checkout -b my-new-feature`
8383
3. Commit your changes: `git commit -am 'Add some feature'`
8484
4. Push to the branch: `git push origin my-new-feature`
85-
5. Submit a pull request
85+
5. Submit a pull request.
8686

8787
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com.
8888

@@ -94,4 +94,4 @@ Documented and published by Christopher Gillis for Aras Labs. @cgillis-aras
9494

9595
## License
9696

97-
Aras Labs projects are published to Github under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations.
97+
Aras Labs projects are published to GitHub under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations.

0 commit comments

Comments
 (0)