Skip to content

Commit 1ee97cb

Browse files
authored
Merge pull request #490 from fdlane/patch-2
docs(resource-graph): change context to resource
2 parents 071ce9f + b8c60e4 commit 1ee97cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/resource-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are three ways the resource graph can be created:
1919
Auto-discovery refers to process of reflecting on an assembly and
2020
detecting all of the json:api resources and services.
2121

22-
The following command will build the context graph using all `IIdentifiable`
22+
The following command will build the resource graph using all `IIdentifiable`
2323
implementations. It also injects service layer overrides which we will
2424
cover in a later section. You can enable auto-discovery for the
2525
current assembly by adding the following to your `Startup` class.

0 commit comments

Comments
 (0)