Revision 2e2c80acd563fefe9c6651e19f2b2aab39e98973 authored by Alistair Kane on 12 February 2022, 19:52:06 UTC, committed by Andrew Scott on 09 March 2022, 21:52:15 UTC
Changes <div> to <p> in description to match the elements in the screenshot.

Update lifecycle-hooks.md

Changes <div> to <p> in description to match the elements in the screenshot.

PR Close #45063
1 parent c7cab69
Raw File
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top