From ac1f2d706a235cc03050cc8f9ef7fb29d15f5f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wrede?= Date: Thu, 7 Feb 2019 08:45:35 +0100 Subject: [PATCH] Fix typo (#13711) --- docs/contributors/testing-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/testing-overview.md b/docs/contributors/testing-overview.md index b2a2602491f9d5..7d0d01921a6a5b 100644 --- a/docs/contributors/testing-overview.md +++ b/docs/contributors/testing-overview.md @@ -220,7 +220,7 @@ However, if the change was intentional, follow these steps to update the snapsho npm run test-unit -- --updateSnapshot --testPathPattern path/to/tests ``` 1. Review the diff and ensure the changes are expected and intentional. -1. Commit. +2. Commit. #### What are snapshots?