From 62bd41b82f4695032e56c063375cd88d73b8503b Mon Sep 17 00:00:00 2001 From: Malted Date: Mon, 30 Jan 2023 09:02:44 +0000 Subject: [PATCH] Fix typo (#1087) --- docs/guides/building/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/building/linux.md b/docs/guides/building/linux.md index d52ee07889..6a0367d458 100644 --- a/docs/guides/building/linux.md +++ b/docs/guides/building/linux.md @@ -57,7 +57,7 @@ AppImages are convenient, simplifying the distribution process if you cannot mak :::caution -If your app plays audio/video you need to enable `tauri.conf.json > tauri > bundle > appimage > bundleMediaFramework`. This will increase the size of the AppImage bundle to include addition `gstreamer` files needed for media playback. This flag is currently only support on Ubuntu build systems. +If your app plays audio/video you need to enable `tauri.conf.json > tauri > bundle > appimage > bundleMediaFramework`. This will increase the size of the AppImage bundle to include addition `gstreamer` files needed for media playback. This flag is currently only supported on Ubuntu build systems. :::