From e00e765f13573ad7b27691dff9cf616e2193af5a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 23 Sep 2020 18:49:39 -0400 Subject: [PATCH] Corrected a couple grammar errors. --- WebHostLib/static/assets/tutorial/tutorial_en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebHostLib/static/assets/tutorial/tutorial_en.md b/WebHostLib/static/assets/tutorial/tutorial_en.md index 51fc766b..c6f1bd09 100644 --- a/WebHostLib/static/assets/tutorial/tutorial_en.md +++ b/WebHostLib/static/assets/tutorial/tutorial_en.md @@ -50,17 +50,17 @@ each player to enjoy an experience customized for their taste, and different pla can all have different options. ### Where do I get a YAML file? -The [PlayerSettings](/player-settings) page on the website allows you to configure your personal settings +The [Player Settings](/player-settings) page on the website allows you to configure your personal settings and download a `yaml` file. You may configure up to three presets on this page. ### Your YAML file is weighted The Player Settings page has many options which are primarily represented with sliders. This allows you to choose how likely certain options are to occur relative to other options within a category. -For example, imagine the generator creates a bucket labelled "Map Shuffle", and places folded pieces of paper +For example, imagine the generator creates a bucket labeled "Map Shuffle", and places folded pieces of paper into the bucket for each sub-option. Also imagine your chosen value for "On" is 20 and your value for "Off" is 40. -In this example, sixth pieces of paper are put into the bucket. Twenty for "On" and forty for "Off". When the +In this example, sixty pieces of paper are put into the bucket. Twenty for "On" and forty for "Off". When the generator is deciding whether or not to turn on map shuffle for your game, it reaches into this bucket and pulls out a piece of paper at random. In this example, you are much more likely to have map shuffle turned off.