Fix grammar in contributing.md
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Norm 2022-09-26 19:17:34 +00:00
parent 6e8dcc4599
commit f821512e75

View file

@ -197,7 +197,7 @@ Misskey uses Vue(v3) as its front-end framework.
You might be able to use this shell command to find components that have not yet been refactored: `find packages/client/src -name '*.vue' | xargs grep '<script' | grep -v 'setup'`
## Notes
### How to resolve conflictions occurred at yarn.lock?
### How to resolve `yarn.lock` conflicts?
Just execute `yarn` to fix it.