Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jan 11, 2024
1 parent 2b3923a commit a6fa44b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

## 1.4.3 (2023-04-11)

* Uutput backtrace when `ENV['DEBUG']` is true
* Output backtrace when `ENV['DEBUG']` is true
* Update `synvert-core` to 1.22.1

## 1.4.2 (2023-03-29)
Expand Down Expand Up @@ -98,7 +98,7 @@

## 1.2.1 (2022-11-13)

* Concat multiple git commands with &&
* Concatenation multiple git commands with &&

## 1.2.0 (2022-10-11)

Expand Down Expand Up @@ -203,7 +203,7 @@

## 0.10.0 (2021-02-07)

* Use new `Core::Confiruation`
* Use new `Core::Configuration`
* Use require instead of eval in order to preserve normal Ruby semantics

## 0.9.0
Expand Down Expand Up @@ -243,7 +243,7 @@
## 0.0.16

* Add -v, --version cli option.
* Ouput file and line number if there's syntax error.
* Output file and line number if there's syntax error.
* Add check_syntax snippet.

## 0.0.15
Expand Down Expand Up @@ -277,7 +277,7 @@
## 0.0.10

* Add not ast node operator
* Replace with multipe line code
* Replace with multiple line code
* Add RSpec new syntax snippet

## 0.0.9
Expand Down

0 comments on commit a6fa44b

Please sign in to comment.