Skip to content

Commit 11e71b5

Browse files
committed
rephrase a bit more idiomatically
1 parent 5932dc8 commit 11e71b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Here's an example of a full template, copy and paste it into `blog/templates/blo
152152
We've created one `header` section and two `article` section here.
153153

154154
- The `header` element contains the title of our blog – it's a heading and a link
155-
- Another two `article` elements contain our blog posts with a published date in a `time` element, a `h2` element with a post title that is clickable and a `p` (paragraph) element of text for our blog post.
155+
- Another two `article` elements contain our blog posts with a published date in a `time` element, a `h2` element with a post title that is clickable and a `p` (paragraph) element for text of our blog post.
156156

157157
It gives us this effect:
158158

0 commit comments

Comments
 (0)