From 5d32764a647d6b3f88062cdb920c4f046495b443 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Wed, 2 Sep 2020 09:02:59 +0200 Subject: [PATCH] Fix typo: SRG -> SGR --- docs/input/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input/index.md b/docs/input/index.md index c916417..cde18ea 100644 --- a/docs/input/index.md +++ b/docs/input/index.md @@ -13,7 +13,7 @@ for Python written by Will McGugan. * Supports tables, grids, panels, and a [Rich](https://github.com/willmcgugan/rich) inspired markup language. * Supports the most common - [SRG parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) + [SGR parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) when it comes to text styling such as bold, dim, italic, underline, strikethrough, and blinking text. * Supports `3`/`4`/`8`/`24`-bit colors in the terminal.