mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
fix typo shsape->shape
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a977ab9be4
commit
454fd23f25
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module.exports = React.createClass({
|
|||
/* callback for when our widget has loaded */
|
||||
onWidgetLoad: React.PropTypes.func,
|
||||
|
||||
/* the shsape of the tile, used */
|
||||
/* the shape of the tile, used */
|
||||
tileShape: React.PropTypes.string,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue