diff --git a/_posts/articles/2016-03-19-OAuth.md b/_posts/articles/2016-03-19-OAuth.md
index fdd2386..aa9bf87 100644
--- a/_posts/articles/2016-03-19-OAuth.md
+++ b/_posts/articles/2016-03-19-OAuth.md
@@ -8,7 +8,7 @@ comments: true
 ads: true
 ---
 
-Many online services use OAuth to grant users time-limited permission to their service. This is a problem for background services. Learn how Duplicati 2.0 works around this.  
+Some backup services use OAuth to grant their users time-limited access. Learn how Duplicati 2.0 works around the time limitation so that it can run in the background.  
 
 ## The Issue with OAuth