Skip to content

Commit

Permalink
Merge pull request #31 from fingerprintjs/fix-typos
Browse files Browse the repository at this point in the history
docs: fix typos
  • Loading branch information
ilfa committed Jun 8, 2022
2 parents e303ba8 + 009a418 commit 550ffbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Custom prefix for localStorage and sessionStorage cache keys. Will be ignored if
### Hooks
`useVisitorData(getOptions, config)`

`useVisitorData` hook performs identification requests with the FingerprintJS Pro API. The returned object contains information about loading status, errors, and [visitor](https://dev.fingerprintjs.com/docs/js-agent#extendedresultac).
`useVisitorData` hook performs identification requests with the FingerprintJS Pro API. The returned object contains information about loading status, errors, and [visitor](https://dev.fingerprintjs.com/docs/js-agent#extendedresult).

#### Params
- `getOptions: GetOptions<TExtended>` parameter follows parameters of the FingerprintJS Pro's [`get` function](https://dev.fingerprintjs.com/docs/js-agent#parameters-reference).
Expand All @@ -219,4 +219,4 @@ For support or to provide feedback, please [raise an issue on our issue tracker]

## License

This project is licensed under the MIT license. See the [LICENSE](https://github.com/fingerprintjs/fingerprintjs-pro-react/blob/master/LICENSE) file for more info.
This project is licensed under the MIT license. See the [LICENSE](https://github.com/fingerprintjs/fingerprintjs-pro-react/blob/main/LICENSE) file for more info.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to FingerprintJS Pro SPA integration
# Contributing to FingerprintJS Pro React integration

## Working with code

Expand Down
2 changes: 1 addition & 1 deletion examples/spa/src/local_storage_cache/LocalStorageCache.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function LocalStorageCache() {
<div className='App'>
<header className='header'>
<h2>Solution with a local storage cache</h2>
<div className='subheader'>New PI call made after a key expires or is cleared from the local storage</div>
<div className='subheader'>New API call made after a key expires or is cleared from the local storage</div>
</header>
<Nav />
<Outlet />
Expand Down

0 comments on commit 550ffbc

Please sign in to comment.