Skip to content

Commit

Permalink
Typo 😩
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit-Welsch committed Dec 2, 2023
1 parent c609cc0 commit aee9ad9
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
Expand Up @@ -36,7 +36,7 @@ is.ip('1.1.1'); // false
is.email('test@test.local'); // true
is.email('test@test'); // false

... // use intellicense to see more
... // use intellisense to see more
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.1.1",
"name": "@lv00/toolkit",
"module": "./dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/Check/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ is.ip('1.1.1'); // false
is.email('test@test.local'); // true
is.email('test@test'); // false

... // use intellicense to see more
... // use intellisense to see more
```

0 comments on commit aee9ad9

Please sign in to comment.