From 999c418e234389f02d31a8c10a09be377eea777a Mon Sep 17 00:00:00 2001 From: Roy Voetman Date: Fri, 20 Mar 2020 15:37:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a7ab7..d7397a8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Every project in Gitlab has its own Project ID. It can be found at to top of the This will be the URL where you host your gitlab server (e.g. https://gitlab.com) ## Debugging -In some cases, the need arises to debug the Http Messeages returned by the Gitlab API. For this need, the adaptor has a built-in `debug mode`. When this mode is enabled, it will tell the adaptor to prevent catching the `GuzzleHttp\Exception\GuzzleException`. +In some cases, the need arises to debug the Http Messeages returned by the Gitlab API. For this need, the adapter has a built-in `debug mode`. When this mode is enabled, it will tell the adapter to prevent catching the `GuzzleHttp\Exception\GuzzleException`. To check for the current state of de adaptor the `isDebugEnabled` method can be called on the adapter.