From c8d42b273772fccd5babf8d6eba17ba558cb74a6 Mon Sep 17 00:00:00 2001
From: Teppei Sato <teppeis@gmail.com>
Date: Tue, 17 Jul 2018 23:55:17 +0900
Subject: [PATCH] fix typo (#2277)

docs: fix typo
---
 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 48be7c0962..0e0bc1d076 100644
--- a/website/docs/configuration-options.md
+++ b/website/docs/configuration-options.md
@@ -440,7 +440,7 @@ The above will set `rangeStrategy` to `replace` for any package starting with `a
 
 ### updateTypes
 
-USe this field to match rules against types of updates. For example to apply a special label for Major updates:
+Use this field to match rules against types of updates. For example to apply a special label for Major updates:
 
 ```
   "packageRules: [{
-- 
GitLab