From 05c49e7468f113df7988cf8dd633be1d162b43a6 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 28 Aug 2016 21:11:57 +0200 Subject: [PATCH] Corrected typo --- doc/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rest-api.md b/doc/rest-api.md index 62a8c156..772e9855 100644 --- a/doc/rest-api.md +++ b/doc/rest-api.md @@ -397,7 +397,7 @@ Feel free to make pull requests if you have the time to develop one of those. ### Authorization Issues -If your server runs PHP through FastCGI you will the authorization will not work because the `Authorization` header is not available to the PHP scripts. You can easily fix this by applying the following adjustments depending your server sortware: +If your server runs PHP through FastCGI you will the authorization will not work because the `Authorization` header is not available to the PHP scripts. You can easily fix this by applying the following adjustments depending your server software: ### Apache