mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-23 22:01:15 -04:00
fix(docs): grammar error (#53162)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user