Skip to content

Commit

Permalink
Merge pull request #2529 from Shaglock/patch-1
Browse files Browse the repository at this point in the history
Fix typo in tutorial
  • Loading branch information
fzaninotto committed Nov 13, 2018
2 parents 70ae54b + 4657ee3 commit a994ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Users can display the edit page just by clicking on a row in the post datagrid.

Copy the `PostEdit` code dumped by the guesser in the console to the `posts.js` file so that you can customize the view. Don't forget to `import` the new components from react-admin.

You can now adjust the `PostEdit` component to disable the edition of the primary key (`id`), place it first, use the user `name` instead of the user `id` in the reference, and use a longer test input for the `body` field, as follows:
You can now adjust the `PostEdit` component to disable the edition of the primary key (`id`), place it first, use the user `name` instead of the user `id` in the reference, and use a longer text input for the `body` field, as follows:

```diff
// in src/posts.js
Expand Down

0 comments on commit a994ab2

Please sign in to comment.