We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bbe34 commit 7fb89c2Copy full SHA for 7fb89c2
1 file changed
src/usethis/_tool/base.py
@@ -491,7 +491,7 @@ def _add_config_item(
491
break
492
used_file_managers = new_file_managers
493
494
- # Now, use the highest-prority file manager to add the config
+ # Now, use the highest-priority file manager to add the config
495
(used_file_manager, *_) = used_file_managers
496
497
if not config_item.force and entry.keys in used_file_manager:
0 commit comments