w0244079 / FarmDataWorkshop

Other
0 stars 5 forks source link

Fix Italics #8

Open w0244079 opened 5 months ago

w0244079 commented 5 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.