From 07f9ffb5375918ea83f60de09fe8252b91d3784a Mon Sep 17 00:00:00 2001 From: Cesar Alvarez Vallero Date: Tue, 3 Aug 2021 21:54:37 -0300 Subject: [PATCH] Fix typo --- 09_1_Understanding_the_Foundation_of_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_1_Understanding_the_Foundation_of_Transactions.md b/09_1_Understanding_the_Foundation_of_Transactions.md index dd59697..af091ab 100644 --- a/09_1_Understanding_the_Foundation_of_Transactions.md +++ b/09_1_Understanding_the_Foundation_of_Transactions.md @@ -17,7 +17,7 @@ The fact that transactions are locked with scripts means that they can be locked ## Access Scripts In Your Transactions -You may not realize it, but you've already seen these locking and unlocking scripts as part of the raw transactins you've been working with. The best way to look into these scripts in more depth is thus to create a raw transaction, then examine it. +You may not realize it, but you've already seen these locking and unlocking scripts as part of the raw transactions you've been working with. The best way to look into these scripts in more depth is thus to create a raw transaction, then examine it. ### Create a Test Transaction