Skip to content

Commit

Permalink
Merge pull request #161 from aashish-dhiman/patch-1
Browse files Browse the repository at this point in the history
Fix: typo in README.md
  • Loading branch information
chentsulin authored Dec 25, 2023
2 parents 4facd30 + 060cffd commit b7a35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To make `<WordCloud />` work with Server-Side Rendering (SSR), you need to avoid

```js
{
typeof window !== 'undefiend' && <WordCloud data={data} />;
typeof window !== 'undefined' && <WordCloud data={data} />;
}
```

Expand Down

0 comments on commit b7a35e3

Please sign in to comment.