From 108fc0aef01f64c8f20aa438f901ebd331535a61 Mon Sep 17 00:00:00 2001 From: X Code Date: Thu, 21 Jul 2022 14:08:06 -0700 Subject: [PATCH] Fix typo --- CodeIntroduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeIntroduction.md b/CodeIntroduction.md index aee52dad..e09291a5 100644 --- a/CodeIntroduction.md +++ b/CodeIntroduction.md @@ -30,7 +30,7 @@ This document describes the most important files and classes in Quill. **defaultEmbedBuilder()** `BlockEmbed` → `Image, video or CustomEmbedBlock` -- It could be replaced with a custom implementation that supports all sorts of embers (VS data types) +- It could be replaced with a custom implementation that supports all sorts of embeds (VS data types) - Provided as argument in the QuillEditor instance **QuillEditor**