diff --git a/docs/en/Tutorials/Part-5.md b/docs/en/Tutorials/Part-5.md index f07356e892..4243bfdad7 100644 --- a/docs/en/Tutorials/Part-5.md +++ b/docs/en/Tutorials/Part-5.md @@ -523,7 +523,7 @@ As similar to the *New Book* button, we can use `if` blocks to conditionally sho ````xml @if (canEditBook) { - + @L["Edit"] }