From ca8a509d08c6e25b2a5ab029d0b2783673cef7f0 Mon Sep 17 00:00:00 2001
From: 0xflotus <0xflotus@gmail.com>
Date: Tue, 5 Oct 2021 23:56:54 +0200
Subject: [PATCH] fix: small error in docs
---
docs/source/console.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/console.rst b/docs/source/console.rst
index c5de7b5e3..6ea6e0926 100644
--- a/docs/source/console.rst
+++ b/docs/source/console.rst
@@ -384,7 +384,7 @@ Interactive mode
Rich will remove animations such as progress bars and status indicators when not writing to a terminal as you probably don't want to write these out to a text file (for example). You can override this behavior by setting the ``force_interactive`` argument on the constructor. Set it to True to enable animations or False to disable them.
.. note::
- Some CI systems support ANSI color and style but not anything that moves the cursor or selectively refreshes parts of the terminal. For these you might want to set ``force_terminal`` to ``True`` and ``force_interactve`` to ``False``.
+ Some CI systems support ANSI color and style but not anything that moves the cursor or selectively refreshes parts of the terminal. For these you might want to set ``force_terminal`` to ``True`` and ``force_interactive`` to ``False``.
Environment variables
---------------------