this repo has no description

chore: proselint fixes

Changed files
+3 -3
content
+3 -3
content/post/elixir-application.md
···
it later" list in Safari. This is sad, as it is quite powerful and useful
piece of code.
-
But first things first.
+
However first things first.
## What `application/0` is for?
···
- `:included_applications` - applications which should be included in the
release, but not automatically started on boot.
-
But wait, there is more!
+
Wait, there is more!
Unfortunately not all of the highly useful keys are used/known in the community.
···
]
```
-
But alternatively you can use `:start_phases` in `application/0`:
+
Alternatively you can use `:start_phases` in `application/0`:
```elixir
start_phases: [