Skip to content

Commit

Permalink
chore: update project.py
Browse files Browse the repository at this point in the history
configurtion -> configuration
  • Loading branch information
eltociear authored Aug 25, 2024
1 parent 50e9d26 commit 48b500d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/managers/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def install(
Args:
use_cache (bool): To force a re-install, like a refresh, set this
to ``False``.
config_override (dict): Optionally change the configurtion during install.
config_override (dict): Optionally change the configuration during install.
Returns:
:class:`~ape.managers.project.ProjectManager`: The resulting project, ready
Expand Down

0 comments on commit 48b500d

Please sign in to comment.