Skip to content

Commit abef267

Browse files
Fix formatting in quick-start.md for clarity
1 parent 80eb21e commit abef267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ With React on Rails auto-bundling, you don't need manual registration! Just add
124124
<%= react_component("SimpleCounter", { initialCount: 5 }, { auto_load_bundle: true }) %>
125125
```
126126

127-
Note, your layout needs to include this in the <head>:
127+
Note, your layout needs to include this in the `<head>`:
128128

129129
```erb
130130
<%= stylesheet_pack_tag %>

0 commit comments

Comments
 (0)