Fix two property names in peep plugin documentation (#11487)

This commit is contained in:
Ted John 2020-04-27 01:23:02 +01:00 committed by GitHub
parent f9909e76f2
commit af625f95c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -523,11 +523,11 @@ declare global {
/**
* Colour of the peep's t-shirt.
*/
tshirt: number;
tshirtColour: number;
/**
* Colour of the peep's trousers.
*/
trousers: number;
trousersColour: number;
}
/**