Skip to content

Commit

Permalink
Fix typo in documentation (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntodd authored Aug 15, 2024
1 parent 5452fe7 commit 0e6bf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flame.ex
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defmodule FLAME do
your existing pool size.
To accomplish these you can use `FLAME.Parent.get/0` to conditionally enable or
disable processes in you `application.ex` file:
disable processes in your `application.ex` file:
def start(_type, _args) do
flame_parent = FLAME.Parent.get()
Expand Down

0 comments on commit 0e6bf87

Please sign in to comment.