From 1315edf05bf99a2ce1c3e9d325aea44f01a0c70a Mon Sep 17 00:00:00 2001 From: luma0724 <116613598+luma0724@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:04:07 +0800 Subject: [PATCH] correct typos in README.md `## Approch` -> `## Approach` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b878e63..50a9ee5 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ hugo new post/title_of_the_post.md ## Limit display content -### Approch 1: use summary +### Approach 1: use summary ``` --- @@ -65,7 +65,7 @@ summary: "The summary content" --- ``` -### Approch 2: use `` +### Approach 2: use `` Use `` to seperate content that will display in the posts page as abstraction and the rest of the content. This is different from summary, as summary will not appear in the post. ```