Skip to content

Commit 821ac12

Browse files
authored
Fix typo in docs (#14173)
1 parent 6657e7f commit 821ac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/anti-patterns/macro-anti-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ However, when macros are used in the body of a module, the arguments to the macr
1212

1313
#### Example
1414

15-
Let's take the [`Plug`](https://github.com/elixir-plug/plug) library as an example. The `Plug` project allows you specify several modules, also known as plugs, which will be invoked whenever there is a request. As a user of `Plug`, you would use it as follows:
15+
Let's take the [`Plug`](https://github.com/elixir-plug/plug) library as an example. The `Plug` project allows you to specify several modules, also known as plugs, which will be invoked whenever there is a request. As a user of `Plug`, you would use it as follows:
1616

1717
```elixir
1818
defmodule MyApp do

0 commit comments

Comments
 (0)