From 76e95bd5850e04018654dcc954dbffbd4169768c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20S=C3=A4nger?= Date: Mon, 22 Oct 2018 21:05:55 +0300 Subject: [PATCH] Fix typo Co-Authored-By: muhlemmer --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 745c58f7..5d6d9c1b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -59,7 +59,7 @@ have to prevent pushing out something quickly. We currently maintain a strict work flow: #. Someone writes a solution and sends a pull request; -#. We use Travis-CI fore some very basic building and testing; +#. We use Travis-CI for some very basic building and testing; #. The pull request needs to be code-reviewed and tested by at least two members from the contributors team.