From 3521ada65eba05b47d4b84b0d5d67e3518d7c03d Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 15 Jan 2024 23:13:44 +0800 Subject: [PATCH] Fix typos Found via `typos --hidden --format brief` --- .github/pull_request_template.md | 2 +- .github/workflows/{releaes.yml => releases.yml} | 0 README.md | 2 +- lib/exdoc_cli.ex | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{releaes.yml => releases.yml} (100%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 68f20f0..7b650db 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ - [ ] fixed|updated|added unit tests and integration tests for each feature (if applicable). - [ ] No error nor warning in the console. -- [ ] I added any relevent info to the [Changelog](./CHANGELOG.md). +- [ ] I added any relevant info to the [Changelog](./CHANGELOG.md). ## How to test? diff --git a/.github/workflows/releaes.yml b/.github/workflows/releases.yml similarity index 100% rename from .github/workflows/releaes.yml rename to .github/workflows/releases.yml diff --git a/README.md b/README.md index b78d28b..22a976d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](https://github.com/silbermm/exdoc_cli/workflows/Build%20and%20Test/badge.svg) [![Hex.pm](https://img.shields.io/hexpm/v/exdoc_cli?style=flat-square)](https://hexdocs.pm/exdoc_cli/ExdocCLI.html#content) -A CLI equivilent to the IEx h/1 helper. +A CLI equivalent to the IEx h/1 helper. ![Example Commands](https://raw.githubusercontent.com/silbermm/exdoc_cli/main/exdoc_usage.gif) diff --git a/lib/exdoc_cli.ex b/lib/exdoc_cli.ex index 9989183..6e3d7bf 100644 --- a/lib/exdoc_cli.ex +++ b/lib/exdoc_cli.ex @@ -15,7 +15,7 @@ # along with this program. If not, see . defmodule ExdocCLI do @moduledoc """ - A CLI equivilent to the IEx h/1 helper. + A CLI equivalent to the IEx h/1 helper. ## Installation