From aaf610647da450d7da890ff8b561d04d4f9e8bce Mon Sep 17 00:00:00 2001 From: Douglas da Costa Pinheiro Date: Mon, 26 Sep 2016 09:48:58 -0300 Subject: [PATCH] fix sintax error (#2101) --- frappe/docs/user/en/tutorial/users-and-records.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/docs/user/en/tutorial/users-and-records.md b/frappe/docs/user/en/tutorial/users-and-records.md index 61e6b6dec1..394899a795 100755 --- a/frappe/docs/user/en/tutorial/users-and-records.md +++ b/frappe/docs/user/en/tutorial/users-and-records.md @@ -28,7 +28,7 @@ First let us create a new Article: New Article -Here you will see that the the DocType you had created has been rendered as a form. The validations and other rules will also apply as designed. Let us fill out one Article. +Here you will see that the DocType you had created has been rendered as a form. The validations and other rules will also apply as designed. Let us fill out one Article. New Article