Browse Source

Fix the missing {{end}} in the Minimalist TodoApp doc

pull/15725/head
Hamza Albreem 4 years ago
committed by GitHub
parent
commit
5586e5a787
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Tutorials/Todo/Single-Layer/Index.md

2
docs/en/Tutorials/Todo/Single-Layer/Index.md

@ -305,7 +305,7 @@ using Volo.Abp.Domain.Repositories;
using TodoApp.Entities;
using Volo.Abp.Application.Services;
using Volo.Abp.Domain.Repositories;
{{end}}
namespace TodoApp.Services;

Loading…
Cancel
Save