Skip to content

Commit

Permalink
chore: Fix typo "pipline" -> "pipeline" (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat authored Nov 3, 2024
1 parent ddbcedb commit cad2f2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/igniter/libs/phoenix.ex
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ defmodule Igniter.Libs.Phoenix do
:error ->
{:warning,
Igniter.Util.Warning.formatted_warning(
"Could not add the #{name} pipline to your router. Please add it manually.",
"Could not add the #{name} pipeline to your router. Please add it manually.",
pipeline_code
)}
end
Expand All @@ -310,7 +310,7 @@ defmodule Igniter.Libs.Phoenix do
:error ->
{:warning,
Igniter.Util.Warning.formatted_warning(
"Could not add the #{name} pipline to your router. Please add it manually.",
"Could not add the #{name} pipeline to your router. Please add it manually.",
pipeline_code
)}
end
Expand All @@ -320,7 +320,7 @@ defmodule Igniter.Libs.Phoenix do
Igniter.add_warning(
igniter,
Igniter.Util.Warning.formatted_warning(
"Could not append the following contents to the #{name} pipline to your router. Please add it manually.",
"Could not append the following contents to the #{name} pipeline to your router. Please add it manually.",
contents
)
)
Expand Down Expand Up @@ -381,7 +381,7 @@ defmodule Igniter.Libs.Phoenix do
:error ->
{:warning,
Igniter.Util.Warning.formatted_warning(
"Could not add the #{name} pipline to your router. Please add it manually.",
"Could not add the #{name} pipeline to your router. Please add it manually.",
pipeline_code
)}
end
Expand All @@ -391,7 +391,7 @@ defmodule Igniter.Libs.Phoenix do
Igniter.add_warning(
igniter,
Igniter.Util.Warning.formatted_warning(
"Could not add the #{name} pipline to your router. Please add it manually.",
"Could not add the #{name} pipeline to your router. Please add it manually.",
pipeline_code
)
)
Expand Down

0 comments on commit cad2f2f

Please sign in to comment.