Fixing typo

This commit is contained in:
David Négrier 2021-07-07 17:15:22 +02:00 committed by GitHub
parent e50292a2ba
commit cb5bdb5fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ WA.room.setProperty(layerName : string, propertyName : string, propertyValue : s
Set the value of the `propertyName` property of the layer `layerName` at `propertyValue`. If the property doesn't exist, create the property `propertyName` and set the value of the property at `propertyValue`.
Note :
To unset a property form a layer, use `setProperty` with `propertyValue` set to `undefined`.
To unset a property from a layer, use `setProperty` with `propertyValue` set to `undefined`.
Example :
```javascript