Update flap.md fix incompleted sentence

This commit is contained in:
nospur-sontud 2023-08-07 07:29:18 -04:00 committed by GitHub
parent 83b662a286
commit b1768a781a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: