Skip to content

Commit d73f6da

Browse files
authored
toil(front): fix typo (#646)
## πŸ“ Description fix typo: continious -> continuous ## βœ… Checklist - [ ] I have tested this change - [x] ~This change requires documentation update~
1 parent 0dd3750 commit d73f6da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žfront/lib/front_web/templates/deployments/index.html.eexβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div>
55
<p class="mb0 b">Deployment Targets</p>
66
<p class="mb3 measure">
7-
Connect your servers and model the interaction between your continious delivery pipeline and your deployment environments.<br />
7+
Connect your servers and model the interaction between your continuous delivery pipeline and your deployment environments.<br />
88
Read in more details: <a href="https://docs.semaphoreci.com/essentials/deployment-targets/">Docs: Deployment Targets</a>.
99
</p>
1010
</div>

β€Žfront/lib/front_web/templates/deployments/zero_page.html.eexβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div>
44
<p class="mb0 b">Deployment Targets</p>
55
<p class="mb3 measure">
6-
Connect your servers and model the interaction between your continious delivery pipeline and your deployment environments.<br />
6+
Connect your servers and model the interaction between your continuous delivery pipeline and your deployment environments.<br />
77
Read in more details: <a href="https://docs.semaphoreci.com/">Docs: Deployment Targets</a>.
88
</p>
99
</div>

β€Žfront/test/browser/project_deployments_test.exsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule Front.Browser.ProjectDeploymentsTest do
4949

5050
message =
5151
"Connect your servers and model the interaction " <>
52-
"between your continious delivery pipeline and your deployment environments."
52+
"between your continuous delivery pipeline and your deployment environments."
5353

5454
page |> assert_has(Query.text(message))
5555
end

0 commit comments

Comments
Β (0)