Skip to content

misc: clean up HTML and spelling #907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body:
- type: markdown
attributes:
value: |
Before opening a bug report, please search for the behaviour in the existing issues. If this is regarding NS functionality, please report to NS customer Support Serivce.
Before opening a bug report, please search for the behaviour in the existing issues. If this is regarding NS functionality, please report to NS customer Support Service.

---

Expand Down
10 changes: 5 additions & 5 deletions packages/unit-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# SuiteCloud Unit Testing
<p>
<a href="https://www.npmjs.com/package/@oracle/suitecloud-unit-testing">
<img src="https://img.shields.io/npm/dm/@oracle/suitecloud-unit-testing.svg" alt="npm-unit-testing"/>
<img src="https://img.shields.io/npm/v/@oracle/suitecloud-unit-testing.svg" alt="npm-unit-testing"/>
</a>
<a href="https://www.npmjs.com/package/@oracle/suitecloud-unit-testing">
<img src="https://img.shields.io/npm/dm/@oracle/suitecloud-unit-testing.svg" alt="npm-unit-testing"/>
<img src="https://img.shields.io/npm/v/@oracle/suitecloud-unit-testing.svg" alt="npm-unit-testing"/>
</a>
</p>

Suitecloud Unit Testing allows you to use unit testing with [Jest](https://jestjs.io/) for your SuiteCloud projects.
Expand Down Expand Up @@ -42,7 +42,7 @@ However, if you want to configure SuiteCloud Unit Testing manually, do the follo
}
}
```
5. From the root of your SuiteCloud project folder, run the followig command:
5. From the root of your SuiteCloud project folder, run the following command:
```
npm install --save-dev @oracle/suitecloud-unit-testing jest
```
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See more details about installation in <a href="https://docs.oracle.com/en/cloud
### How to Trigger the Command Palette
Interact through the Command Palette to use SuiteCloud Extension for Visual Studio Code. To trigger it, click **View** > **Command Palette** or use the relevant shortcut:
* Ctrl+Shift+P if you are using Windows or Linux.
* Cmd+Shift+P if you are using Mac OS.
* Cmd+Shift+P if you are using macOS.

<p align="center"><a href="#"><img src="resources/CommandPalette.png" alt="Command Palette" width="500" height="600"></a></p>

Expand Down Expand Up @@ -84,7 +84,7 @@ To set an account as default for a project, follow these steps:
The selected account is set as default for the project.

<p align="center">
<img src="resources/SetUpAccount.gif"alt="animated" />
<img src="resources/SetUpAccount.gif" alt="animated" />
</p>

### SuiteCloud Commands
Expand Down