From 22df86acb7ab132e708768af1f03196b45aa0a47 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Fri, 17 Dec 2021 15:27:46 -0800 Subject: [PATCH] remove "l --- content/tutorials/use-nfts/nftoken-tester-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/use-nfts/nftoken-tester-tutorial.md b/content/tutorials/use-nfts/nftoken-tester-tutorial.md index 7d780c2691..35b17b1c17 100644 --- a/content/tutorials/use-nfts/nftoken-tester-tutorial.md +++ b/content/tutorials/use-nfts/nftoken-tester-tutorial.md @@ -27,7 +27,7 @@ ipfs://QmQjDvDhfHcMyUgDAxKig4AoMTtS5JrsfpiEEpFa3F9QRt ``` -Open `NFTokenTester.html` in a web browser, and display the JavaScript console. For example, in Google Chrome choose **View>Developer>JavaScript Console**. +Open `NFTokenTester.htm` in a web browser, and display the JavaScript console. For example, in Google Chrome choose **View>Developer>JavaScript Console**. You can find the full code for the `NFTokenTester.htm` here. The walkthrough below describes key sections in the code. The functions share much of the same code, with the only changes in the body of the transaction arguments themselves.