diff --git a/components/text.js b/components/text.js
index 3b0e87c2..86738395 100644
--- a/components/text.js
+++ b/components/text.js
@@ -126,7 +126,7 @@ export default memo(function Text ({ nofollow, imgproxyUrls, children, tab, ...o
}
// If [text](url) was parsed as and text is not empty and not a link itself,
- // we don't render it as an image since it was probably a concious choice to include text.
+ // we don't render it as an image since it was probably a conscious choice to include text.
const text = children[0]
if (!!text && !/^https?:\/\//.test(text)) {
return {text}