Browse Source

fix : docs/tutorials/book-store

pull/21136/head
erhanilze 1 year ago
parent
commit
f466f93c1b
  1. 2
      docs/en/tutorials/book-store/part-09.md

2
docs/en/tutorials/book-store/part-09.md

@ -801,7 +801,7 @@ Open the `/src/app/author/author.component.html` and replace the content as belo
/> />
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="author-short-bio">Short Bio</label><span> * </span> <label for="author-short-bio">{%{{{ '::Short Bio' | abpLocalization }}}%}</label><span> * </span>
<textarea id="author-short-bio" class="form-control" formControlName="shortBio" rows="12"></textarea> <textarea id="author-short-bio" class="form-control" formControlName="shortBio" rows="12"></textarea>
</div> </div>
</form> </form>

Loading…
Cancel
Save