cs-worcester-cs-348-01-fall-2023 / GitKit-FarmData2

Other
0 stars 15 forks source link

Fix typos in Cypress #60

Closed wcordor closed 1 year ago

wcordor commented 1 year ago

Pull Request Description

Changed "runing" to "running" twice in the Cypress section of ONBOARDING.md. Closes #33


Licensing Certification

FarmData2 is a Free Cultural Work and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request I certify that I satisfy the terms of the Developer Certificate of Origin for its contents.

kwurst commented 1 year ago

@wcordor It looks like the line endings were not set correctly. Please execute

git config --global core.autocrlf true

Then stage, commit, and push.

Please message me when complete so I can merge.

wcordor commented 1 year ago

I used the command and the line

@wcordor It looks like the line endings were not set correctly. Please execute

git config --global core.autocrlf true

Then stage, commit, and push.

Please message me when complete so I can merge.

I used the command and it still looks the same. And now, it says there are conflicts in the branch that must be resolved.

wcordor commented 1 year ago

I have fixed the line endings.