Fix minor typo (#13898)

*No description needed*
This commit is contained in:
Jan Hohenheim 2024-06-17 17:25:39 +02:00 committed by GitHub
parent 47f58ac6c5
commit d1dd61477b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ rustflags = [
# [profile.dev] # [profile.dev]
# debug = 1 # debug = 1
# This is enables you to run the CI tool using `cargo ci`. # This enables you to run the CI tool using `cargo ci`.
# This is not enabled by default, you need to copy this file to `config.toml`. # This is not enabled by default, you need to copy this file to `config.toml`.
[alias] [alias]
ci = "run --package ci --" ci = "run --package ci --"