From e3359a69f84a7eaa0bddc580135a4b93aff49eaa Mon Sep 17 00:00:00 2001 From: Robert Clochard Date: Tue, 6 Oct 2020 14:45:13 +0200 Subject: [PATCH] Update CreateEdit.md Typo --- docs/CreateEdit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CreateEdit.md b/docs/CreateEdit.md index 7b9dfb8a170..b5152c660fc 100644 --- a/docs/CreateEdit.md +++ b/docs/CreateEdit.md @@ -5,7 +5,7 @@ title: "The Create and Edit Views" # The Create and Edit Views -`` maps URLs to components - it takes care or *routing*. When you set a component as the `create` prop for a Resource, react-admin renders that component when users go to the `/[resource]/create` URL. When you set a component as the `edit` prop for a resource, react-admin renders that component when users go to the `/[resource]/:id` URL. +`` maps URLs to components - it takes care of *routing*. When you set a component as the `create` prop for a Resource, react-admin renders that component when users go to the `/[resource]/create` URL. When you set a component as the `edit` prop for a resource, react-admin renders that component when users go to the `/[resource]/:id` URL. ```