Skip to content

Commit b3cf5dc

Browse files
authored
Update 01_setup.md
1 parent 1cd88f5 commit b3cf5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/2-essential/01_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ And add an element with the id `matestack_ui` to your layout, by changing your `
9999
</head>
100100

101101
<body>
102-
<div id="matestack_ui">
102+
<div id="matestack-ui">
103103
<%= yield %>
104104
</div>
105105
</body>
106106
</html>
107107
```
108108

109-
By including the `Matestack::Ui::Core::ApplicationHelper` and defining a div with the `matestack_ui` id you can now use matestacks render method in your controller actions. Based on the id matestack apps and pages can be rendered and pages can be replaced without a full reload of the browser page.
109+
By including the `Matestack::Ui::Core::ApplicationHelper` and defining a div with the `matestack-ui` id you can now use matestacks render method in your controller actions. Based on the id matestack apps and pages can be rendered and pages can be replaced without a full reload of the browser page.
110110

111111
## Create our first page
112112

0 commit comments

Comments
 (0)