Skip to content

Commit

Permalink
docs: fix typos (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayureshd-18 authored Oct 29, 2023
1 parent fc512e0 commit c84bbf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Added unit tests?

<!-- Its preferred to have unit tests although its understable if you don't want to spend additional time -->
<!-- Its preferred to have unit tests although its understandable if you don't want to spend additional time -->

- [ ] No
- [ ] Yes
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Along with v0.4.0, we also released v0.2.0 of Abell Renderer. The changes are me
- We now support plugins 🎉 Example: [https://github.com/saurabhdaware/abell-sitemap-plugin](https://github.com/saurabhdaware/abell-sitemap-plugin) (Issue [#15](https://github.com/abelljs/abell/issues/15))
- Nested folders in `content` now maintain structure (Resolved Issue [#19](https://github.com/abelljs/abell/issues/19))
- **BREAKING CHANGE** All assets should be inside `content/<slug>/assets/` folder ([#22](https://github.com/abelljs/abell/issues/22))
- Keeping dev-server alive when not defined errors occur (Patially fixes [#16](https://github.com/abelljs/abell/issues/16))
- Keeping dev-server alive when not defined errors occur (Partially fixes [#16](https://github.com/abelljs/abell/issues/16))
- Keeping dev-server alive when new blog added/deleted (Fixed [#23](https://github.com/abelljs/abell/issues/23))
- Refresh cache in dev-server to avoid display of old data ([#26](https://github.com/abelljs/abell/issues/26))
- Crash on `content/index.md` change fix (Issue [#21](https://github.com/abelljs/abell/issues/21))
Expand Down Expand Up @@ -251,15 +251,15 @@ Along with v0.4.0, we also released v0.2.0 of Abell Renderer. The changes are me

## 0.2.17

- Having `content` directory is no more neccessary. Ability to build a static site which is not dependent on markdown content.
- Having `content` directory is no more necessary. Ability to build a static site which is not dependent on markdown content.

## 0.2.16

- Fix for dev-server not having right content-type of `.mjs` files.

## 0.2.15

- Having `[$slug]/index.abell` is no more neccessary.
- Having `[$slug]/index.abell` is no more necessary.

## 0.2.14

Expand Down
2 changes: 1 addition & 1 deletion branding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can use this or the plain logo depending on whichever looks nice
>
> Generally its better to avoid using this since it completely changes the brand colors.
There might be places where backgrounds are greyish blue which makes the other logos disappear and adding a background comprimises the aesthetics.
There might be places where backgrounds are greyish blue which makes the other logos disappear and adding a background compromises the aesthetics.

E.g. This is used as an emoji in our discord channel because discord has gray theme.

Expand Down

0 comments on commit c84bbf3

Please sign in to comment.