forked from FoundKeyGang/FoundKey
Fix grammar in contributing.md
This commit is contained in:
parent
6e8dcc4599
commit
f821512e75
1 changed files with 1 additions and 1 deletions
|
@ -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'`
|
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
|
## Notes
|
||||||
### How to resolve conflictions occurred at yarn.lock?
|
### How to resolve `yarn.lock` conflicts?
|
||||||
|
|
||||||
Just execute `yarn` to fix it.
|
Just execute `yarn` to fix it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue