diff --git a/src/ape/managers/project.py b/src/ape/managers/project.py index a327029c01..4f3603e9fe 100644 --- a/src/ape/managers/project.py +++ b/src/ape/managers/project.py @@ -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