Skip to content

Commit f047f7b

Browse files
authored
Fixed typo
1 parent d3957c1 commit f047f7b

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
@@ -55,7 +55,7 @@ Example:
5555
bin/rails generate next_rails_scaffold:install
5656
5757
# Generate the RESfull API endpoints and Next.js app with respective components and pages.
58-
bin/rails generate scaffold Post tile:string body:text
58+
bin/rails generate scaffold Post title:string body:text
5959
```
6060

6161
This will create:

0 commit comments

Comments
 (0)