From d0437c17688646dc5cd8dfde8d8cdad0f1223718 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Wed, 15 Feb 2017 22:18:45 +0100 Subject: [PATCH] Fix an error in the app tutorial --- developer_manual/app/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index 673be17c3..9f180711a 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -33,7 +33,7 @@ Now open another terminal window and start the development server:: Afterwards a skeleton app can be created in the `app store `_. -Download the extracted the downloaded file and move it into your ``apps/`` directory. Afterwards the application can be disabled on the `apps page `_. +Download the extracted the downloaded file and move it into your ``apps/`` directory. Afterwards the application can be enabled on the `apps page `_. The first basic app is now available at ``http://localhost:8080/index.php/apps/yourappid/``