Skip to content

Commit d754987

Browse files
author
Brian Bower
committed
Update nested component call directions
1 parent 8423348 commit d754987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $ rails g react:component my_subdirectory/HelloWorld greeting:string
114114
```
115115
Note: Your component is added to `app/javascript/components/` by default.
116116

117-
Note: If you generated into a subdirectory you will append the directory path to your erb component call.
117+
Note: If your component is in a subdirectory you will append the directory path to your erb component call.
118118

119119
Example:
120120
```

0 commit comments

Comments
 (0)