From 72a7dfded59dfa623e65ec911392d99e1496975c Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 26 Nov 2019 14:18:17 -0600 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8370b0b..c7bf18a 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ _877 TILs and counting..._ - [Show Pending Migrations](rails/show-pending-migrations.md) - [Show Rails Models With Pry](rails/show-rails-models-with-pry.md) - [Show Rails Routes With Pry](rails/show-rails-routes-with-pry.md) -- [Test If An Instance Variable Assigned](rails/test-if-an-instance-variable-was-assigned.md) +- [Test If An Instance Variable Was Assigned](rails/test-if-an-instance-variable-was-assigned.md) - [Truncate Almost All Tables](rails/truncate-almost-all-tables.md) - [Update Column Versus Update Attribute](rails/update-column-versus-update-attribute.md) - [Where Am I In The Partial Iteration?](rails/where-am-i-in-the-partial-iteration.md)