fix(docs): grammar error (#53162)

This commit is contained in:
Clarence
2024-01-14 18:45:15 +01:00
committed by GitHub
parent 4af26be631
commit cd4c36d132
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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,