Skip to content

Commit

Permalink
* fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 14, 2023
1 parent dae7cda commit 6dab87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git commit -m "xxxx"
check in your PR fails, please locally ① ensure that the relevant
dependencies of pre-commit are consistent with the project configuration
(which can be completed through `pre-commit clean` and `pre-commit install`);
and ② execute `pre before push -commit run --all-files`.
and ② execute `pre-commit run --all-files` before push.

## Build your own ops

Expand Down

0 comments on commit 6dab87a

Please sign in to comment.