From f5828f10169be2a8cc30579ef358e1302e918d32 Mon Sep 17 00:00:00 2001 From: Gabber235 Date: Sun, 31 Mar 2024 10:29:45 +0200 Subject: [PATCH] Typo --- documentation/src/components/UnsupportedWarning/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/components/UnsupportedWarning/index.tsx b/documentation/src/components/UnsupportedWarning/index.tsx index 7c67238792..5359d91dc6 100644 --- a/documentation/src/components/UnsupportedWarning/index.tsx +++ b/documentation/src/components/UnsupportedWarning/index.tsx @@ -12,7 +12,7 @@ export default function UnsupportedWarning(

This {props.adapter ? 'Adapter' : 'Entry'} has been marked as unsupported. - This means that you will not get any support for this {props.adapter ? 'Adapter' : 'Entry'} exept from bugfixes.
+ This means that you will not get any support for this {props.adapter ? 'Adapter' : 'Entry'} except from bugfixes.
It may be removed from the repository at any time.