Skip to content

Commit

Permalink
Merge pull request #2 from hugovk/fix-typos
Browse files Browse the repository at this point in the history
Fix typos in readme
  • Loading branch information
EliJDonahue authored Oct 3, 2018
2 parents 8414835 + 6cf7fde commit 3b42602
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Innovator/Client/scripts/CodeEditor/MethodEditor.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
// create helpPane helper for working with help panel
window.helpPane = new HelpEditorPane(topWnd);

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

window.onload = function () {
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Release | Aras
#### Browsers Tested:
Internet Explorer 11, Firefox 45 ESR, Chrome

> 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.
> 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.
## Installation

Expand All @@ -42,17 +42,17 @@ Internet Explorer 11, Firefox 45 ESR, Chrome
#### Code tree Installation
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.

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

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

####

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

## Usage

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

For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected].

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

## License

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

0 comments on commit 3b42602

Please sign in to comment.