mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Fix typo error (#8214)
This commit is contained in:
parent
c9ffea2b53
commit
020c1c6f31
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ tracks lots of state for its child components which it passes into them for visu
|
||||||
rendering via props.
|
rendering via props.
|
||||||
|
|
||||||
Good separation between the components is maintained by adopting various best
|
Good separation between the components is maintained by adopting various best
|
||||||
practices that anyone working with the SDK needs to be be aware of and uphold:
|
practices that anyone working with the SDK needs to be aware of and uphold:
|
||||||
|
|
||||||
* Components are named with upper camel case (e.g. views/rooms/EventTile.js)
|
* Components are named with upper camel case (e.g. views/rooms/EventTile.js)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue