From 1d19a2ebbb88af1242b59ad2cf83fd87046b027e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 9 Jun 2018 21:54:32 +0200 Subject: [PATCH] Fix typo --- doc/install.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.asciidoc b/doc/install.asciidoc index 331bd0b9a..ddf1cd120 100644 --- a/doc/install.asciidoc +++ b/doc/install.asciidoc @@ -382,8 +382,8 @@ $ git clone https://github.com/qutebrowser/qutebrowser.git $ cd qutebrowser ---- -Installing depdendencies (including Qt) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Installing dependencies (including Qt) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Then run tox inside the qutebrowser repository to set up a https://docs.python.org/3/library/venv.html[virtual environment]: