[Modify and Run Your First Verse Program] - Incorrect snippet used

Bug Report
Tutorial: Modify and Run Your First Verse Program
Reproduce: Under sub-heading: Modify the Program, Step: 3

add the following code at the end of the file… Your Verse file should now look like this:

        Print("Hello, world!")
        Print("This is my first line of Verse code!")
        Print("2 + 2 = {2 + 2}")

Expected:

        Print("Hello, world!")
        Print("2 + 2 = {2 + 2}")
        Print("This is my first line of Verse code!")

Notes:
Later, the tutorial asks the user to swap the statements around and correctly presents that snippet - I believe this accidentally also overwrote the earlier step.
I tried to find this article on your Github to submit a PR but they dont seem to be there sorry.