Merge pull request #806 from ignalpha4/patch-1

fix: correct spelling error in description
This commit is contained in:
lucas gelfond 2025-01-07 11:24:45 +01:00 committed by GitHub
commit c7491937fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.
</> </>
), ),