1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

docs: Fix a few typos (#1419)

This commit is contained in:
Tim Gates
2022-07-03 22:54:34 +10:00
committed by GitHub
parent 3ad408add7
commit 4736a16698
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ def enable_highlighter(
console: Console,
highlighter: Highlighter,
) -> Iterator[Console]:
"""Enable a higlighter temporarily."""
"""Enable a highlighter temporarily."""
original_highlighter = console.highlighter
try: