File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ nav_order: 5
10
10
11
11
## main
12
12
13
+ * Fix ` preview_paths ` in docs.
14
+
15
+ * Javier Aranda*
16
+
13
17
## 3.17.0
14
18
15
19
* Use struct instead openstruct in lib code.
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ Defaults to `ViewComponentsController`.
236
236
### ` .preview_paths `
237
237
238
238
The locations in which component previews will be looked up.
239
- Defaults to ` ['test/component /previews'] ` relative to your Rails root.
239
+ Defaults to ` ['test/components /previews'] ` relative to your Rails root.
240
240
241
241
### ` .preview_route `
242
242
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def defaults
152
152
# @!attribute preview_paths
153
153
# @return [Array<String>]
154
154
# The locations in which component previews will be looked up.
155
- # Defaults to `['test/component /previews']` relative to your Rails root.
155
+ # Defaults to `['test/components /previews']` relative to your Rails root.
156
156
157
157
# @!attribute test_controller
158
158
# @return [String]
You can’t perform that action at this time.
0 commit comments