diff --git a/README.md b/README.md index 88844f7..7a7fab5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Introduction -Welcome to the offical repository for Canarytokens Documenation! +Welcome to the official repository for Canarytokens Documentation! This is currently a work-in-progress, and we'll be adding to the docs as we can. diff --git a/docs/guide/cloned-web-token.md b/docs/guide/cloned-web-token.md index b96fe8a..e7567f6 100644 --- a/docs/guide/cloned-web-token.md +++ b/docs/guide/cloned-web-token.md @@ -12,7 +12,7 @@ Leave a reasonable comment to remind yourself where you will deploy the token. T You'll get javascript similar to: -```javscript +```javascript if (document.domain != "thinkst.com") { var l = location.href; var r = document.referrer; diff --git a/package.json b/package.json index dce0e4e..2544faf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canarytokens-docs", "version": "1.0.0", - "description": "Welcome to the offical repository for Canarytokens Documenation!", + "description": "Welcome to the official repository for Canarytokens Documentation!", "main": "index.js", "directories": { "doc": "docs"