diff --git a/src/content/blog/customizing-astropaper-theme-color-schemes.md b/src/content/blog/customizing-astropaper-theme-color-schemes.md index b4b5bc0cd..e4c344c07 100644 --- a/src/content/blog/customizing-astropaper-theme-color-schemes.md +++ b/src/content/blog/customizing-astropaper-theme-color-schemes.md @@ -103,7 +103,7 @@ In AstroPaper theme, `:root` and `html[data-theme="light"]` selectors are used a Colors are declared in CSS custom property (CSS Variable) notation. Color property values are written in rgb values. (Note: instead of `rgb(40, 39, 40)`, only specify `40, 39, 40`) -Here is the detail explaination of color properties. +Here is the detail explanation of color properties. | Color Property | Definition & Usage | | -------------------- | ---------------------------------------------------------- | diff --git a/src/content/blog/how-to-connect-astro-paper-blog-with-forestry-cms.md b/src/content/blog/how-to-connect-astro-paper-blog-with-forestry-cms.md index bd6c1657e..5228cfb72 100644 --- a/src/content/blog/how-to-connect-astro-paper-blog-with-forestry-cms.md +++ b/src/content/blog/how-to-connect-astro-paper-blog-with-forestry-cms.md @@ -95,7 +95,7 @@ Then, click "Add Template" button at the top right corner. Select new template based on existing document. -![Creating new tamplate based on existing document](https://res.cloudinary.com/noezectz/v1663742179/astro-paper/forestry-io-existing-doc_bwcb9q.png) +![Creating new template based on existing document](https://res.cloudinary.com/noezectz/v1663742179/astro-paper/forestry-io-existing-doc_bwcb9q.png) Then, add template name and choose one of my document page as template.