From 14cdc49a7f7a17ff8e1e9f127b3fba554a71bbfc Mon Sep 17 00:00:00 2001 From: Philippe Blayo <philippe.blayo@gmail.com> Date: Fri, 10 Aug 2018 22:39:28 +0200 Subject: [PATCH] Fix a small mistake in CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 18d877b6..c8ce6455 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -23,7 +23,7 @@ As the front-end can work with any Funkwhale server, you can work with the front and make it talk with an existing instance (like the demo one, or you own instance, if you have one). If even that is too much for you, you can also make your changes without any development environment, -and open a merge request. We will be able to to review your work easily by spawning automatically a +and open a merge request. We will be able to review your work easily by spawning automatically a live version of your changes, thanks to Gitlab Review apps. Setup front-end only development environment -- GitLab