From 296273bc2b26f679df326886a182d53375236fde Mon Sep 17 00:00:00 2001 From: Simon Wirtz Date: Tue, 4 Feb 2020 13:04:33 +0100 Subject: [PATCH] Fix a minor typo --- securing_apps/topics/overview/what-are-client-adapters.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securing_apps/topics/overview/what-are-client-adapters.adoc b/securing_apps/topics/overview/what-are-client-adapters.adoc index c157cd0644..5ce9362cf1 100644 --- a/securing_apps/topics/overview/what-are-client-adapters.adoc +++ b/securing_apps/topics/overview/what-are-client-adapters.adoc @@ -1,6 +1,6 @@ === What are Client Adapters? -{project_name} client adapters are libraries that makes it very easy to secure applications and services with {project_name}. We call them +{project_name} client adapters are libraries that make it very easy to secure applications and services with {project_name}. We call them adapters rather than libraries as they provide a tight integration to the underlying platform and framework. This makes our adapters easy to use and they require less boilerplate code than what is typically required by a library.