Skip to content

Commit 7ca9955

Browse files
authored
Merge pull request #648 from wonda-tea-coffee/fix-typo
fix typo
2 parents 205291c + 158fd81 commit 7ca9955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
## 1.4.2
100100

101-
* Don't supress non-spring load errors in binstub
101+
* Don't suppress non-spring load errors in binstub
102102

103103
## 1.4.1
104104

@@ -313,7 +313,7 @@
313313
* Don't stay connected to database in the application processes. There's
314314
no need to keep a connection open.
315315
* Avoid using the database in the application processes. Previously,
316-
reloading the autoloaded constants would inadvertantly cause a
316+
reloading the autoloaded constants would inadvertently cause a
317317
connection to the database, which would then prevent tasks like
318318
db:create from running (because at that point the database doesn't
319319
exist)

0 commit comments

Comments
 (0)