From b95bf9901f09df32048c56f7166e8ebd44aadad5 Mon Sep 17 00:00:00 2001 From: Songtronix Date: Wed, 12 Jun 2019 18:25:09 +0200 Subject: [PATCH] Fix misspelling (#151) --- docs/UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UPGRADE.md b/docs/UPGRADE.md index a9fc853..2dc4375 100644 --- a/docs/UPGRADE.md +++ b/docs/UPGRADE.md @@ -30,7 +30,7 @@ Crossterm::new(); ``` _"This could be used to paint the styled object onto the given screen. You have to pass a reference to the screen whereon you want to perform the painting"_ - Because crosstrem does not have to keep track of the output anymore those functions are removed. + Because crossterm does not have to keep track of the output anymore those functions are removed. _**old**_ ```rust