Skip to content

Commit 3d9be82

Browse files
authored
Update exercise typos
1 parent 0b6d229 commit 3d9be82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/version-workflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ course is activated as detailed in the course [README](../../README.md#setup-you
6262
send a thank you message to the customer before charging
6363
them with the first loan payment, but this was a mistake.
6464
This Activity should run after the last payment, so move the lines of code used
65-
start to Activity execution
65+
to start Activity execution
6666
```python
6767
confirmation = await workflow.execute_activity_method(
6868
LoanProcessingActivities.send_thank_you_to_customer,
@@ -136,7 +136,7 @@ by the user-defined Change ID `moved-thank-you-after-loop`.
136136
3. Change the duration of the `await asyncio.sleep()` statement at the
137137
bottom of the loop back to 3 seconds. This is unrelated to
138138
versioning and changing the duration of a timer does not require versioning,
139-
gbut will help you see the results more quickly.
139+
but will help you see the results more quickly.
140140
4. Run `python -m pytest` again. You should find it succeeds this time,
141141
since you've used the Patching API to restore compatibility with
142142
the previous execution.

0 commit comments

Comments
 (0)