mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-03 06:52:08 +03:00
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:
parent
f084b6bcf7
commit
88b1b647a1
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user