fix sintax error (#2101)

This commit is contained in:
Douglas da Costa Pinheiro 2016-09-26 09:48:58 -03:00 committed by Rushabh Mehta
parent 983796fbd4
commit aaf610647d

View file

@ -28,7 +28,7 @@ First let us create a new Article:
<img class="screenshot" alt="New Article" src="{{docs_base_url}}/assets/img/new_article_blank.png">
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.
<img class="screenshot" alt="New Article" src="{{docs_base_url}}/assets/img/new_article.png">