From b8c60e462c9fcd3665a0cc79ffceefd565d235c6 Mon Sep 17 00:00:00 2001 From: "F. DeWayne Lane" Date: Wed, 27 Mar 2019 13:38:00 -0400 Subject: [PATCH] docs(resource-graph): change context to resource --- docs/usage/resource-graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/resource-graph.md b/docs/usage/resource-graph.md index 694f53d90f..4b300b3a6d 100644 --- a/docs/usage/resource-graph.md +++ b/docs/usage/resource-graph.md @@ -19,7 +19,7 @@ There are three ways the resource graph can be created: Auto-discovery refers to process of reflecting on an assembly and detecting all of the json:api resources and services. -The following command will build the context graph using all `IIdentifiable` +The following command will build the resource graph using all `IIdentifiable` implementations. It also injects service layer overrides which we will cover in a later section. You can enable auto-discovery for the current assembly by adding the following to your `Startup` class.