From 4801d9c104c4c176be1df15b55ba4b8f72103bc4 Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Fri, 16 Nov 2018 17:46:06 +0100
Subject: [PATCH] Fix typo.

---
 docs/getting-started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.rst b/docs/getting-started.rst
index a10aca12..b969b212 100644
--- a/docs/getting-started.rst
+++ b/docs/getting-started.rst
@@ -225,7 +225,7 @@ You can now run the web app, and browse your local archive::
   xdg-open http://localhost:5004
 
 Note that the ``make`` target will first compile a `webpack
-<https://webpack.js.org/>`_ with various web assets and thenlaunch the web app;
+<https://webpack.js.org/>`_ with various web assets and then launch the web app;
 for webpack compilation you will need the Node.js dependencies discussed above.
 
 As an initial tour of the web app, try searching for one of the repositories
-- 
GitLab