We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff070f6 commit 5b5ba91Copy full SHA for 5b5ba91
.gitignore
@@ -26,6 +26,7 @@ yarn-error.log*
26
# Editor directories and files
27
.idea
28
.vscode
29
+.npmrc
30
*.suo
31
*.ntvs*
32
*.njsproj
docs/Main/Getting Started/Quickstart.mdx
@@ -27,7 +27,7 @@ You will need access to your Pay Theory Sandbox. If you do not have a sandbox ac
:::
## 1. Importing the SDK
-In order to import your SKD, you will need to copy and paste your Import URL into the header of your code editor.
+In order to import your SDK, you will need to copy and paste your Import URL into the header of your code editor.
```
33
<script src="https://start.sdk.paytheory.com/index.js"> </script>
0 commit comments