From b1768a781a8bccb7303db131af123bbf96785ffd Mon Sep 17 00:00:00 2001 From: nospur-sontud <47397180+nospur-sontud@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:29:18 -0400 Subject: [PATCH] Update flap.md fix incompleted sentence --- content/guides/additional/app-workbook/flap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/additional/app-workbook/flap.md b/content/guides/additional/app-workbook/flap.md index b024b5d..c248ab2 100644 --- a/content/guides/additional/app-workbook/flap.md +++ b/content/guides/additional/app-workbook/flap.md @@ -497,7 +497,7 @@ Now when we navigate to `localhost:8080/apps/flap`, what do we see? The game ca ### Serving Correctly -If we investigate the Developer Tools console in our browser, we see messages to the effect that resources are unable to be located. Resource paths (for `js`, `png`, and `wav` files) tell the browser from whence the resources will come when they are loaded. We have two options here as well: hot-link the resource from its GitHub or other source, or +If we investigate the Developer Tools console in our browser, we see messages to the effect that resources are unable to be located. Resource paths (for `js`, `png`, and `wav` files) tell the browser from whence the resources will come when they are loaded. We have two options here as well: hot-link the resource from its GitHub or other source or serve the resource from Urbit. If we hot-link the resources, the corresponding lines will look like this: