From 0a2d7d336103c05eef6cf2a720bc3e63ddf89704 Mon Sep 17 00:00:00 2001 From: Adi Sage Date: Tue, 23 May 2023 11:44:38 +0200 Subject: [PATCH] Website: Fix a typo in the docs for Job Types In the first line of description for Job Types the word 'or' is changed to 'for'. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104212 --- web/project-website/content/usage/job-types/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project-website/content/usage/job-types/_index.md b/web/project-website/content/usage/job-types/_index.md index 29fdf3a2..a44f74e9 100644 --- a/web/project-website/content/usage/job-types/_index.md +++ b/web/project-website/content/usage/job-types/_index.md @@ -3,7 +3,7 @@ title: Job Types weight: 10 --- -Flamenco uses JavaScript files called *job compiler scripts* or two things. They +Flamenco uses JavaScript files called *job compiler scripts* for two things. They - define a *job type*, with its own set of settings, and - convert a job of this type (like "*render this Blend file*") into concrete