Commit 8607659
committed
Fix documentation issues identified in PR review
Addresses valid issues from Claude's PR review:
1. Fixed JavaScript syntax error in using-react-on-rails.md:192
- Changed semicolon to comma in object destructuring example
- Was accidentally introduced during linting commit
2. Clarified Rails version requirements in tutorial.md
- Changed "We support Rails 6 and later" to "This tutorial targets Rails 7.0+"
- Explicitly noted Rails 6 is supported but tutorial uses Rails 7
- Removed version confusion between prerequisites and tutorial steps
3. Fixed markdownlint issues
- Added language hint to code fence in using-react-on-rails.md (text)
- Added language hint to Procfile code fence in heroku-deployment.md (procfile)
These changes ensure code examples are syntactically correct and version
requirements are clear for users following the tutorial.1 parent 2bf6d06 commit 8607659
File tree
3 files changed
+10
-8
lines changed- docs
- deployment
- getting-started
3 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
195 | 197 | | |
196 | 198 | | |
197 | 199 | | |
| |||
0 commit comments