From 1ead4180242faadc665b1e58d97c4bcb7bffe2f1 Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Tue, 17 Sep 2024 21:48:45 -0700 Subject: [PATCH] Fix typo in join.mdx (#3185) ## Description Just a minor typo fix. ## Checklist - [x] I have read and understood the [WATcloud Guidelines](https://cloud.watonomous.ca/docs/community-docs/watcloud/guidelines) - [x] I have performed a self-review of my code --- pages/get-involved/join.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/get-involved/join.mdx b/pages/get-involved/join.mdx index d109888..e5a34e1 100644 --- a/pages/get-involved/join.mdx +++ b/pages/get-involved/join.mdx @@ -27,7 +27,7 @@ If so, we'd love to have you onboard! WATcloud is not like a course project, where you can do some work, get a grade, and then forget about it. We provide a service that is always up. We have users that depend on us. We have a responsibility to keep our service running, and to keep our users happy. -We're looking for people who are passionate about what they do, and who are willing to put in the effort to build and quickly iterate on projects until every aspectis fully automated, reliable, observable, and trivially maintainable[^e2e-maintainable]. +We're looking for people who are passionate about what they do, and who are willing to put in the effort to build and quickly iterate on projects until every aspect is fully automated, reliable, observable, and trivially maintainable[^e2e-maintainable]. Please take a look at our [guidelines](/docs/community-docs/watcloud/guidelines) to get a sense of what we expect from our team members. [^e2e-maintainable]: A project is trivially maintainable if it can be maintained by someone who has never seen the project before, and who has no prior knowledge of the project's internals beyond a high-level overview of its purpose. Most of the time, this involves building something that we can take down and rebuild from scratch by running a single command.