From 4112a30d40f84b0ba24808c28eab16d8de319219 Mon Sep 17 00:00:00 2001 From: Sebastian Marines Date: Tue, 24 Aug 2021 16:06:10 -0500 Subject: [PATCH 1/3] Fix typo in docs/tutorial/index.md --- docs/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 6deb258802..b45881138d 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -97,7 +97,7 @@ $ python3 --version // This is too old! 😱 Python 3.5.6 // Let's see if python3.10 is available -$ python3.10 --verson +$ python3.10 --version // Oh, no, this one is not available 😔 command not found: python3.10 $ python3.9 --version From 1686d5840537ab81dcb37051d39c623a82f44423 Mon Sep 17 00:00:00 2001 From: Sebastian Marines Date: Tue, 24 Aug 2021 16:35:00 -0500 Subject: [PATCH 2/3] Fix typo in docs/databased.md --- docs/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/databases.md b/docs/databases.md index cb085c67d2..d07601907e 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -250,7 +250,7 @@ As these **primary key** IDs can uniquely identify each row on the table for tea table relationships -So, in the table for heroes, we use the `team_id` column to define a relationship to the *foreign* table for teams. Each value in the `team_id` column on the table with heroes will be the same value as the `id` column of one row in the table wiwth teams. +So, in the table for heroes, we use the `team_id` column to define a relationship to the *foreign* table for teams. Each value in the `team_id` column on the table with heroes will be the same value as the `id` column of one row in the table with teams. In the table for heroes we have a **primary key** that is the `id`. But we also have another column `team_id` that refers to a **key** in a **foreign** table. There's a technical term for that too, the `team_id` is a "**foreign key**". From a53673481c67c185a745bfabb5b888c2206a0913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 14 Dec 2021 17:56:42 +0100 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=92=9A=20Trigger=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit