We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 205291c + 158fd81 commit 7ca9955Copy full SHA for 7ca9955
CHANGELOG.md
@@ -98,7 +98,7 @@
98
99
## 1.4.2
100
101
-* Don't supress non-spring load errors in binstub
+* Don't suppress non-spring load errors in binstub
102
103
## 1.4.1
104
@@ -313,7 +313,7 @@
313
* Don't stay connected to database in the application processes. There's
314
no need to keep a connection open.
315
* Avoid using the database in the application processes. Previously,
316
- reloading the autoloaded constants would inadvertantly cause a
+ reloading the autoloaded constants would inadvertently cause a
317
connection to the database, which would then prevent tasks like
318
db:create from running (because at that point the database doesn't
319
exist)
0 commit comments