From 640ae49d65973ecde6896ca61a930b1dee52d6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88ren=20Wrede?= Date: Wed, 6 Feb 2019 23:32:52 +0100 Subject: [PATCH] Fix typo --- 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?