Update Cargo.toml

Corrects the usage of the indefinite article from 'an' to 'a' before the acronym 'URL' in documentation and comments, aligning with grammatical rules regarding consonant-sounding acronyms.
This commit is contained in:
Lawyered 2024-02-15 01:38:59 -05:00 committed by Kiril Videlov
parent f084b6bcf7
commit 88b1b647a1

View File

@ -84,7 +84,7 @@ zip = "0.6.5"
[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 a URL
default = ["custom-protocol", "sentry", "error-context"]
# this feature enables devtools
devtools = ["tauri/devtools"]