CUBoulder-INFO1701-summer2024 / summer24-info1701-gitkit

Other
0 stars 12 forks source link

Fix Italics #8

Open meganenglert opened 2 months ago

meganenglert commented 2 months ago

Change "_spec_s" to "*spec*s" at the end of the sentence "A test typically consists of a series of steps that are automated by the Cypress tests, called _spec_s." in the "End-to-End Tests" section under the "Cypress" heading in theONBOARDING.md file.

Note: The _specs or *spec*s is supposed to make the spec appear in italics. However, it turns out that * works within a word but \ does not.