diff --git a/lib/elixir/pages/getting-started/keywords-and-maps.md b/lib/elixir/pages/getting-started/keywords-and-maps.md index d026ec26d7c..3816b996a7d 100644 --- a/lib/elixir/pages/getting-started/keywords-and-maps.md +++ b/lib/elixir/pages/getting-started/keywords-and-maps.md @@ -265,7 +265,7 @@ There is more to learn about `get_in/1`, `pop_in/1` and others, including the `g There are two different data structures for working with key-value stores in Elixir. Alongside the `Access` module and pattern matching, they provide a rich set of tools for manipulating complex, potentially nested, data structures. -As we conclude this chapter, the important to keep in mind is that you should: +As we conclude this chapter, remember that you should: * Use keyword lists for passing optional values to functions