Skip to content

Commit 2cf5bbe

Browse files
committed
Merge pull request #4097 from scrogson/typo_fix
read vs. erad
2 parents 5d5d7da + 913fa65 commit 2cf5bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/Writing Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Writing Documentation
22

3-
Elixir treats documentation as a first-class citizen. This means documentation should be easy to write and easy to erad. In this document you will learn how to write documentation in Elixir, covering constructs like module attributes, style practices and doctests.
3+
Elixir treats documentation as a first-class citizen. This means documentation should be easy to write and easy to read. In this document you will learn how to write documentation in Elixir, covering constructs like module attributes, style practices and doctests.
44

55
## Markdown
66

0 commit comments

Comments
 (0)