From 6864758f2b9214ddd45089e84b818989044c03f3 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 27 May 2019 17:01:49 +0200 Subject: [PATCH] docs: fix typo in testing.md --- core/docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/docs/testing.md b/core/docs/testing.md index 22adbd0192..ca7c682c6c 100644 --- a/core/docs/testing.md +++ b/core/docs/testing.md @@ -12,7 +12,7 @@ Apart from the internal tests, Trezor core has a suite of integration tests in t ```sh sudo pip3 install pipenv ``` -In the `frezor-firmware` checkout, install the environment: +In the `trezor-firmware` checkout, install the environment: ```sh pipenv sync ```