From b931400256bd405bcb6dee3fb79706d0e378ce48 Mon Sep 17 00:00:00 2001 From: Erin McLaughlin Date: Tue, 21 May 2024 16:24:12 -0400 Subject: [PATCH] Fixed a few typos in docs/installation.mdx --- packages/website/content/docs/installation.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/website/content/docs/installation.mdx b/packages/website/content/docs/installation.mdx index 9bc9593426..cad78dce48 100644 --- a/packages/website/content/docs/installation.mdx +++ b/packages/website/content/docs/installation.mdx @@ -7,14 +7,14 @@ Quill comes ready to use in several convenient forms. ## CDN A globally distributed and available CDN is provided, backed by [jsDelivr](https://www.jsdelivr.com/). -This is the most convenience way to get started with Quill, and requires no build steps or package managers. +This is the most convenient way to get started with Quill, and requires no build steps or package managers. ### Full Build For most users, the full build is the easiest way to get started with Quill. It include the core Quill library, as well as common themes, formats, and modules. -To import the full build, you will need to include "quill.js" script and the stylesheet for the theme you wish to use. +To import the full build, you will need to include the "quill.js" script and the stylesheet for the theme you wish to use. -Learn more about how to [customizing the toolbar](/docs/formats). +Learn more about how to [customize the toolbar](/docs/formats). ### Core Build @@ -119,4 +119,4 @@ You can import them in your JavaScript files if you have a proper bundler setup. import "quill/dist/quill.core.css"; ``` -Refer to [webpack-example](https://github.com/quilljs/webpack-example) for a sample project that uses Quill in a webpack project. \ No newline at end of file +Refer to [webpack-example](https://github.com/quilljs/webpack-example) for a sample project that uses Quill in a webpack project.