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. :::