Explorar el Código

Fixed typo in code snippet (#3383)

Niels de Bruin hace 6 años
padre
commit
ce8c5ab574
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/docs/layout-types.md

+ 1
- 1
docs/docs/layout-types.md Ver fichero

@@ -10,7 +10,7 @@ Component layout holds a single react component.
10 10
 
11 11
 ```js
12 12
 const component = {
13
-  id: 'comopnent1', // Optional, Auto generated if empty
13
+  id: 'component1', // Optional, Auto generated if empty
14 14
   name: 'Your registered component name',
15 15
   options: {},
16 16
   passProps: {