From 65a425258aa025a29c29e9b592d4b8a03486513d Mon Sep 17 00:00:00 2001 From: Ivan Savov Date: Thu, 11 Jan 2018 20:26:26 -0500 Subject: [PATCH] small rewording --- docs/guide/services.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/services.rst b/docs/guide/services.rst index 4c1ff30..7bba0bd 100644 --- a/docs/guide/services.rst +++ b/docs/guide/services.rst @@ -4,7 +4,7 @@ Services and dependencies You'll want to use external systems within your transformations, including databases, HTTP APIs, other web services, filesystems, etc. -Hardcoding those services is a good first step, but as your codebase grows, will show limits rather quickly. +Hardcoding those services is a good first step, but as your codebase grows, this approach will show its limits rather quickly. * Hardcoded and tightly linked dependencies make your transformations hard to test, and hard to reuse. * Processing data on your laptop is great, but being able to do it on different target systems (or stages), in different