From b84e8e386a2327e8105d49196d770131fd6675f2 Mon Sep 17 00:00:00 2001
From: Ian Grayson <igrayson@users.noreply.github.com>
Date: Wed, 10 Oct 2018 06:26:24 -0700
Subject: [PATCH] docs:  fix typo (#2628)

... by removing optional phrase.
---
 website/docs/configuration-options.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md
index 734f368685..117f1b68ab 100644
--- a/website/docs/configuration-options.md
+++ b/website/docs/configuration-options.md
@@ -574,7 +574,7 @@ Note: "Package file" is predefined in the default `prBodyDefinitions` object so
 
 ## prBodyDefinitions
 
-You can configure this object if you with to either (a) modify the template for an existing table column in PR bodies, or (b) you wish to _add_ a definition for a new/additional column.
+You can configure this object to either (a) modify the template for an existing table column in PR bodies, or (b) you wish to _add_ a definition for a new/additional column.
 
 Here is an example of modifying the default value for the "Package" column to put it inside a `<code></code>` block:
 
-- 
GitLab