fix: correct spelling error in description

Corrected "gaurantee" to "guaranteed"
This commit is contained in:
Shubham Bankar
2024-12-25 13:41:34 +05:30
committed by GitHub
parent f2f06d5add
commit aaba88e6f1

View File

@@ -14,7 +14,7 @@ const FeatureList: FeatureItem[] = [
Svg: require("@site/static/img/safety-icon.svg").default, Svg: require("@site/static/img/safety-icon.svg").default,
description: ( description: (
<> <>
ffmpeg.wasm runs only inside your browser, data security is gaurantee as ffmpeg.wasm runs only inside your browser, data security is guaranteed as
no data is sent to remote server. no data is sent to remote server.
</> </>
), ),