Skip to content

Commit 158fd81

Browse files
fix typo
1 parent 577cf01 commit 158fd81

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
@@ -92,7 +92,7 @@
9292

9393
## 1.4.2
9494

95-
* Don't supress non-spring load errors in binstub
95+
* Don't suppress non-spring load errors in binstub
9696

9797
## 1.4.1
9898

@@ -307,7 +307,7 @@
307307
* Don't stay connected to database in the application processes. There's
308308
no need to keep a connection open.
309309
* Avoid using the database in the application processes. Previously,
310-
reloading the autoloaded constants would inadvertantly cause a
310+
reloading the autoloaded constants would inadvertently cause a
311311
connection to the database, which would then prevent tasks like
312312
db:create from running (because at that point the database doesn't
313313
exist)

0 commit comments

Comments
 (0)