NSCC-ITC-Winter2024-ICOM5015-701-MCr / icom5015-ai-2024

Other
1 stars 12 forks source link

Fix Italics #8

Open mhcrocker opened 9 months ago

mhcrocker commented 9 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.

w0475858 commented 9 months ago

I would like to work on this please!