From c9fc734c910f1631773ae5be17f9e2290929b01a Mon Sep 17 00:00:00 2001 From: Abderrahmen Gharsa <58635995+qbdq@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:16:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Dupdate=20typo=20in=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d1bf8aa..74c6765 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -36,8 +36,8 @@ tauri-plugin-window-state = { git = "https://github.com/lencx/tauri-plugins-work [features] # by default Tauri runs in production mode -# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL +# when `tauri dev` runs, it is executed with `cargo run --no-default-features` if `devPath` is an URL default = [ "custom-protocol" ] -# this feature is used used for production builds where `devPath` points to the filesystem +# this feature is used for production builds where `devPath` points to the filesystem # DO NOT remove this custom-protocol = [ "tauri/custom-protocol" ]