From a5282ab4bcb0556be5bc9c82d3e17ed978419605 Mon Sep 17 00:00:00 2001 From: Ayush Mangal <43698245+ayushtues@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:52:07 +0530 Subject: [PATCH] Fix typo in adding_a_new_model README (#17679) --- templates/adding_a_new_model/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/adding_a_new_model/README.md b/templates/adding_a_new_model/README.md index 496c4f004b..4bb6663937 100644 --- a/templates/adding_a_new_model/README.md +++ b/templates/adding_a_new_model/README.md @@ -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: