From 8f2a796ec5dad40b82c1c8c0373e548a9faf114a Mon Sep 17 00:00:00 2001 From: RudolfMan Date: Fri, 11 Jun 2021 22:17:40 -0700 Subject: [PATCH] fix typo in getting-started.md --- guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/getting-started.md b/guides/getting-started.md index 756918f1..a96275cb 100644 --- a/guides/getting-started.md +++ b/guides/getting-started.md @@ -536,7 +536,7 @@ config :blog, Blog.PartitionedCache, ] ``` -And remember to add the new cache `Blog.PartitionedCache` to ypur application's +And remember to add the new cache `Blog.PartitionedCache` to your application's supervision tree (such as we did it previously): ```elixir