From 76520f324d9ec3e340d1d1d6177d3705c350d29b Mon Sep 17 00:00:00 2001 From: Jessica Mauerhan Date: Tue, 31 Oct 2017 08:28:16 -0500 Subject: [PATCH] Fix Typo Add a missing parenthesis --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72aaf3c..cdf8e0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,7 +88,8 @@ source ./sendgrid.env ##### Execute: ##### -See the [examples folder](https://github.com/sendgrid/php-http-client/tree/master/examples +See the [examples folder](https://github.com/sendgrid/php-http-client/tree/master/examples) + ## Understanding the Code Base