From 4f48ff94b53f3a14d110d1934e49eaae37f45fa3 Mon Sep 17 00:00:00 2001 From: thorstenairy Date: Fri, 9 Apr 2021 16:39:18 +0200 Subject: [PATCH] run prettier --- docs/docs/sources/chatplugin/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/sources/chatplugin/customization.md b/docs/docs/sources/chatplugin/customization.md index 9b1d4e58ed..c8bff72d71 100644 --- a/docs/docs/sources/chatplugin/customization.md +++ b/docs/docs/sources/chatplugin/customization.md @@ -7,7 +7,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## Introduction -We support two ways of customizing your Airy Chat Plugin. For most use cases the [basic customization](#basic-customization) is all you need as it supports the essential options to customize the experience. If you need full control of every aspect of the plugin, we offer the possibility of [advanced customization](#advanced-customization) with Render Props. +We support two ways of customizing your Airy Chat Plugin. For most use cases the [basic customization](#basic-customization) is all you need as it supports the essential options to customize the experience. If you need full control of every aspect of the plugin, we offer the possibility of [advanced customization](#advanced-customization) with Render Props. ## How to customize the Airy Chat Plugin