Skip to content

Commit

Permalink
fix typos (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Sep 6, 2023
1 parent 195726c commit b43c298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/cloned-web-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b43c298

Please sign in to comment.