From 36dd81e4ebde2c591c822cf6ad01fdf959b91047 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 16 Oct 2023 11:28:52 +0200 Subject: [PATCH] docs: get rid of double offer --- docs/why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/why.md b/docs/why.md index 8abe875..7181c39 100644 --- a/docs/why.md +++ b/docs/why.md @@ -4,7 +4,7 @@ > Monkey patching is software bankruptcy. *svcs* (pronounced *services*) gives you unified and ergonomic API for storing and retrieving objects to and from your web application's **request objects**. -Additionally, it ensures that those objects get **cleaned up** when the request is done, offers hooks that make your application more **testable**, and offers you live **introspection** of their health. +Additionally, it ensures that those objects get **cleaned up** when the request is done, offers hooks that make your application more **testable**, and gives you live **introspection** of their health. This documentation mostly talks in terms of web applications because they are the most common use-case for packages like this. However, *svcs* is useful for any application that can benefit from {term}`late binding` and being pluggable.