Skip to content

Commit

Permalink
Fix typo in getting-started.md (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfMan authored Jun 14, 2021
1 parent 9cf2a1b commit 36d3734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36d3734

Please sign in to comment.