Fix typo in adding_a_new_model README (#17679)

This commit is contained in:
Ayush Mangal 2022-06-13 12:52:07 +05:30 committed by GitHub
parent 224bde91ca
commit a5282ab4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ You will also see a doc file and tests for your new models. First you should run
```
make style
maxke fix-copies
make fix-copies
```
and then you can start tweaking your model. You should: