aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-08-21 21:29:06 -0400
committerXe Iaso <me@xeiaso.net>2023-08-21 21:29:08 -0400
commit27fc08eb9686bd85d6fa818c7a9f1146a84927a9 (patch)
treecff1b7d98adf34c885ccef20ca2320779acaed76
parent307c33f966458ccd8ba8ffa1a9dd46a8d1ea948a (diff)
downloadxesite-27fc08eb9686bd85d6fa818c7a9f1146a84927a9.tar.xz
xesite-27fc08eb9686bd85d6fa818c7a9f1146a84927a9.zip
tmpl: typo fix
Fixes #692 Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--src/tmpl/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpl/mod.rs b/src/tmpl/mod.rs
index 92faacb..a984439 100644
--- a/src/tmpl/mod.rs
+++ b/src/tmpl/mod.rs
@@ -584,7 +584,7 @@ pub fn salary_transparency(jobs: &Vec<Job>) -> Markup {
li {"I quit a job."}
li {"I get a raise/title change at the same company."}
li {"I get terminated from a job."}
- li {"I get converted from a contracter to a full-time employee."}
+ li {"I get converted from a contractor to a full-time employee."}
li {"Other unspecified extranormal events happen."}
}