From be67d771ab83b5fbbec4331d5badef4f8f0181da Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 19 Oct 2017 11:12:50 -0700 Subject: [PATCH] Update README.md --- docs/extensions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/README.md b/docs/extensions/README.md index bcf04b9..b3a5b7a 100644 --- a/docs/extensions/README.md +++ b/docs/extensions/README.md @@ -179,7 +179,7 @@ for writing a good extension: indefinitely by accident. The `cacheMap` option to DataLoader is a good place to put it. * Get as much configuration from environment variables as possible, so that - people can just run the standalone server instead of writing server code. If + people can just run the standalone server instead of writing any code. If you need more complex configuration, use a single object on the `options` object as a namespace for your extension’s options. * Don’t be afraid to rename fields returned by third-party APIs when translating