Skip to content

Commit 5b5ba91

Browse files
author
EC2 Default User
committed
fix: spelling error, add .npmrc to gitignore
1 parent ff070f6 commit 5b5ba91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ yarn-error.log*
2626
# Editor directories and files
2727
.idea
2828
.vscode
29+
.npmrc
2930
*.suo
3031
*.ntvs*
3132
*.njsproj

docs/Main/Getting Started/Quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You will need access to your Pay Theory Sandbox. If you do not have a sandbox ac
2727
:::
2828

2929
## 1. Importing the SDK
30-
In order to import your SKD, you will need to copy and paste your Import URL into the header of your code editor.
30+
In order to import your SDK, you will need to copy and paste your Import URL into the header of your code editor.
3131

3232
```
3333
<script src="https://start.sdk.paytheory.com/index.js"> </script>

0 commit comments

Comments
 (0)