Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Jan 16, 2024
1 parent f345ed1 commit fc8e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion willowtest/specs/more/statuses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const spec_statuses: Expression = site_template(
),

preview_scope(
p(sky_blue(def({id: 'status_candidate', singular: "Candidate"}, 'Candidate')), " means we have a complete design and first implementation experience, but we want to practically validate it some more before commiting to never changing it."),
p(sky_blue(def({id: 'status_candidate', singular: "Candidate"}, 'Candidate')), " means we have a complete design and first implementation experience, but we want to practically validate it some more before committing to never changing it."),

p("We may still change details as issues arise. In principle, we might even do fundamental changes, but we are optimistic this will not be necessary. We encourage implementation efforts and would love to hear about any stumbling blocks you encounter."),
),
Expand Down

0 comments on commit fc8e146

Please sign in to comment.