minor typos

pull/193/head
Vladimir Mandic 2021-09-12 08:49:56 -04:00
parent bc4c378f33
commit 1bd394e303
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ Simply load `Human` (*IIFE version*) directly from a cloud CDN in your HTML file
```html ```html
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/human/dist/human.js"></script> <script src="https://cdn.jsdelivr.net/npm/@vladmandic/human/dist/human.js"></script>
<script src="https://unpkg.dev/@vladmandic/human/dist/human.js"></script> <script src="https://unpkg.dev/@vladmandic/human/dist/human.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/human/2.1.4/human.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/human/2.1.5/human.js"></script>
``` ```
For details, including how to use `Browser ESM` version or `NodeJS` version of `Human`, see [**Installation**](https://github.com/vladmandic/human/wiki/Install) For details, including how to use `Browser ESM` version or `NodeJS` version of `Human`, see [**Installation**](https://github.com/vladmandic/human/wiki/Install)

View File

@ -242,7 +242,7 @@ export interface Config {
} }
/** /**
* [Default values](https://github.com/vladmandic/human/blob/main/src/config.ts#L244) for {@Config} * [See all default Config values...](https://github.com/vladmandic/human/blob/main/src/config.ts#L244)
* *
*/ */
const config: Config = { const config: Config = {