Skip to content

Commit 2cb6029

Browse files
author
sinzii
committed
Fix typo
Signed-off-by: sinzii <thangvx@newayict.com>
1 parent efe79fd commit 2cb6029

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This is when event hooks come into play. Let's me first explain about the build
138138
### The build process
139139
Both `meblog serve` and `meblog build` commands will trigger the __build process__ when running, the only different is the former uses `dev` enviroment, and the latter uses `prod` enviroment.
140140

141-
When the build process is running, a series of tasks will be trigger one by one.
141+
When the build process is running, a series of tasks will be triggered one by one.
142142
- `CleanCache`: Clean cache
143143
- `Clean`: Clean output directory
144144
- `Build`: Build the site
@@ -203,7 +203,7 @@ module.exports = {
203203

204204
In `pug` template, `i18n` translate functions are available to use. Supported translate functions: `__`, `__n`, `__l`, `__h`, `__mf`.
205205

206-
By default, all posts are belong to the `defaultLocale`, use `language` meta field to define language for that post in markdown file.
206+
By default, all posts are belong to the `defaultLocale`, use `language` meta field to define language for a post in markdown file.
207207

208208
## Deploy your site on Github
209209

0 commit comments

Comments
 (0)