Skip to content

Commit b7a35e3

Browse files
authored
Merge pull request #161 from aashish-dhiman/patch-1
Fix: typo in README.md
2 parents 4facd30 + 060cffd commit b7a35e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To make `<WordCloud />` work with Server-Side Rendering (SSR), you need to avoid
112112

113113
```js
114114
{
115-
typeof window !== 'undefiend' && <WordCloud data={data} />;
115+
typeof window !== 'undefined' && <WordCloud data={data} />;
116116
}
117117
```
118118

0 commit comments

Comments
 (0)