Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeF authored Sep 27, 2023
1 parent dbbc19e commit 088d003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/context-management/layers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Now let's take our dependency graph and translate it into code.

## Creating Layers

We will use `Layers`s to construct the `Recipe` service instead of providing a service implementation directly as we did in the [Managing Services](services) guide.
We will use `Layer`s to construct the `Recipe` service instead of providing a service implementation directly as we did in the [Managing Services](services) guide.
Layers are a way of separating implementation details from the service itself.

<Idea>
Expand Down

0 comments on commit 088d003

Please sign in to comment.