From 04facdabc12d61fbe6d3e4e087344d0c97315852 Mon Sep 17 00:00:00 2001 From: Matheus Cardoso <45436839+Cardosaum@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:48:14 +0700 Subject: [PATCH 1/3] Fix typpo in Ecto.md Simple typo "Timex _has can_ ..." was changed to "Timex _can_ ..." --- docs/Using with Ecto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using with Ecto.md b/docs/Using with Ecto.md index 27591ee9..a8e179e3 100644 --- a/docs/Using with Ecto.md +++ b/docs/Using with Ecto.md @@ -4,7 +4,7 @@ How to use Timex DateTimes with Ecto. ### Getting Started -Timex has can be integrated with Ecto via the `timex_ecto` plugin which is available on hex.pm: +Timex can be integrated with Ecto via the `timex_ecto` plugin which is available on hex.pm: ```elixir defp deps do From 3f306095843383737b5fbb4cc0a5e44a57c98c78 Mon Sep 17 00:00:00 2001 From: Matheus Cardoso <45436839+Cardosaum@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:54:03 +0700 Subject: [PATCH 2/3] Add fix entry to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17b05c5..c088ddf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Updated `Timex.now/1` typespec to remove the `AmbiguousDateTime` - Corrected pluralization rules for bg/cs/he/id/ro/ru - Fixed documentation formatting of `Timex.TimezoneInfo.create/6` +- Fixed typo in `Ecto.md` --- From 40667058faca92eeb6c3218ed336c272f5229b10 Mon Sep 17 00:00:00 2001 From: Matheus Date: Mon, 3 Jun 2024 12:01:14 +0700 Subject: [PATCH 3/3] fix: Typo in `Ecto.md` --- CHANGELOG.md | 1 + docs/Using with Ecto.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17b05c5..c088ddf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Updated `Timex.now/1` typespec to remove the `AmbiguousDateTime` - Corrected pluralization rules for bg/cs/he/id/ro/ru - Fixed documentation formatting of `Timex.TimezoneInfo.create/6` +- Fixed typo in `Ecto.md` --- diff --git a/docs/Using with Ecto.md b/docs/Using with Ecto.md index 27591ee9..a8e179e3 100644 --- a/docs/Using with Ecto.md +++ b/docs/Using with Ecto.md @@ -4,7 +4,7 @@ How to use Timex DateTimes with Ecto. ### Getting Started -Timex has can be integrated with Ecto via the `timex_ecto` plugin which is available on hex.pm: +Timex can be integrated with Ecto via the `timex_ecto` plugin which is available on hex.pm: ```elixir defp deps do