fixed typos in docs
This commit is contained in:
parent
64aabe21c2
commit
a7e7a7a93e
|
@ -28,16 +28,11 @@ Exemplu:
|
||||||
|
|
||||||
```
|
```
|
||||||
/modules
|
/modules
|
||||||
/simulation
|
|
||||||
/helpers
|
|
||||||
foo.ts
|
|
||||||
/components
|
|
||||||
Simulation.tsx
|
|
||||||
/simulationRenderer
|
/simulationRenderer
|
||||||
/subjects
|
/subjects
|
||||||
mySubject.ts
|
mySubject.ts
|
||||||
/stores
|
/components
|
||||||
myLocalStore.ts
|
Simulation.tsx
|
||||||
/common
|
/common
|
||||||
/dom
|
/dom
|
||||||
/helpers
|
/helpers
|
||||||
|
|
Loading…
Reference in a new issue