Skip to content

Commit

Permalink
Fix typo in docs (#14173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makaze authored Jan 11, 2025
1 parent 6657e7f commit 821ac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/pages/anti-patterns/macro-anti-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ However, when macros are used in the body of a module, the arguments to the macr

#### Example

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:
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:

```elixir
defmodule MyApp do
Expand Down

0 comments on commit 821ac12

Please sign in to comment.