From cd4c36d1323ec2b9092e07d08aa8ba405a93f05d Mon Sep 17 00:00:00 2001 From: Clarence Date: Sun, 14 Jan 2024 18:45:15 +0100 Subject: [PATCH] fix(docs): grammar error (#53162) --- docs/how-to-setup-wsl.md | 2 +- docs/how-to-work-on-coding-challenges.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-setup-wsl.md b/docs/how-to-setup-wsl.md index bfb7162db5a..2534da557c4 100644 --- a/docs/how-to-setup-wsl.md +++ b/docs/how-to-setup-wsl.md @@ -126,7 +126,7 @@ Now that you have installed the pre-requisites, follow [our local setup guide](h > > The following tips were collected from across the web and have not gone through vigorous testing. Your mileage may vary. -### Adjust processer scheduling for background services +### Adjust processor scheduling for background services This may reduce incidents of Docker containers crashing due to lack of resources. diff --git a/docs/how-to-work-on-coding-challenges.md b/docs/how-to-work-on-coding-challenges.md index aff79783feb..26bde6e9224 100644 --- a/docs/how-to-work-on-coding-challenges.md +++ b/docs/how-to-work-on-coding-challenges.md @@ -257,7 +257,7 @@ If no feedback is here, a generic "wrong answer" message will be shown. }, { "character": "Maria", - // When the command starts: Maria will start saying this line 1.3 seconds into the scene. Note that this is the same time as the audio.startTime above. It doesn't have to match that (maybe there's a pause at the begninning of the audio or something) + // When the command starts: Maria will start saying this line 1.3 seconds into the scene. Note that this is the same time as the audio.startTime above. It doesn't have to match that (maybe there's a pause at the beginning of the audio or something) "startTime": 1.3, // The character will stop moving their mouth at the finishTime "finishTime": 4.95,