From 8f886b2a22d4c426bd7e76cdb54e42cb61ff6436 Mon Sep 17 00:00:00 2001 From: j-ed Date: Sun, 3 Feb 2013 14:17:05 +0100 Subject: [PATCH] Update admin_manual/configuration_3rdparty.rst fixed a typo. --- admin_manual/configuration_3rdparty.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin_manual/configuration_3rdparty.rst b/admin_manual/configuration_3rdparty.rst index abd41e281..98b3e1733 100644 --- a/admin_manual/configuration_3rdparty.rst +++ b/admin_manual/configuration_3rdparty.rst @@ -8,10 +8,10 @@ the ``/3rdparty`` folder. Parameters ---------- -If you want to change the location of the 3rd-party folder for some reason you -can use the ``3rdpartyroot`` parameter to define the absolute file system path -to the folder. The ``3rdpartyurl`` parameter is used to define the http web -path to that folder, starting at the ownCloud web root. +If you want to change the default location of the 3rd-party folder for some +reason you can use the ``3rdpartyroot`` parameter to define the absolute file +system path to the folder. The ``3rdpartyurl`` parameter is used to define the +http web path to that folder, starting at the ownCloud web root. :: - "3rdpartyroot" => "OC::$SERVERROOT.'/3rdparty'", - "3rdpartyurl" => "/3rdparty", + "3rdpartyroot" => OC::$SERVERROOT.'/3rdparty', + "3rdpartyurl" => "/3rdparty",