Skip to content

Commit 6ab0eed

Browse files
crenwickjosevalim
authored andcommitted
fix a typo (missing "a") (elixir-lang#785)
1 parent f265675 commit 6ab0eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/agent.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Agent
99

1010
In this chapter, we will create a module named `KV.Bucket`. This module will be responsible for storing our key-value entries in a way it can be read and modified by other processes.
1111

12-
If you have skipped the Getting Started guide or if you have read it long ago, be sure to re-read the chapter about [Processes](/getting-started/processes.html). We will use it as starting point.
12+
If you have skipped the Getting Started guide or if you have read it long ago, be sure to re-read the chapter about [Processes](/getting-started/processes.html). We will use it as a starting point.
1313

1414
## The trouble with state
1515

0 commit comments

Comments
 (0)