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.