Skip to content

Commit

Permalink
docs: typos
Browse files Browse the repository at this point in the history
Co-authored-by: Timothée Mazzucotelli <pawamoy@pm.me>
Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 29, 2023
1 parent e3a485d commit c36f6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ As you can see here, `copier` does several things:
Usually Copier will replay the last project generation without problems. However,
sometimes that process can break. Examples:

- When the last update was relying on some external resources that are not longer
- When the last update was relying on some external resources that are no longer
available.
- When the old and new versions of the template depend on different incompatible
versions of the same Jinja extension, but Copier can only use one.
Expand All @@ -174,5 +174,5 @@ behave just like if you were applying the template for the first time, but it wi
your answers from the last update.

Of course, the experience will be less satisfactory. The new template will override any
changes found in your local project. But you can use a git diff tool to overcome that.
changes found in your local project. But you can use a Git diff tool to overcome that.
After doing this, further updates generally keep on working as usual.

0 comments on commit c36f6f8

Please sign in to comment.