From 4ef7f90e90af2722b5dc955add9b2b6c971ab257 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 11 Nov 2021 10:16:19 -0800 Subject: [PATCH] README: fix typo --- distribution/src/assembly/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/src/assembly/README.md b/distribution/src/assembly/README.md index 7f08286d1..f7a816d7e 100644 --- a/distribution/src/assembly/README.md +++ b/distribution/src/assembly/README.md @@ -86,7 +86,7 @@ Here's another sample _asconfig.json_ file for a pure ActionScript project targe Debug and run SWF projects in Adobe AIR or Flash Player by installing the separate [Debugger for SWF](https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-swf-debug) extension. -Debug and run Apache Royale with Visual Studio Code's built-in support for debugging JavaScript (or install the appropriate extension for debugging in your chosen web browser). Enable the `source-map` compiler option in your _asconfig.json_ file so that oyu may add breakpoints and step through your original _.as_ or _.mxml_ class files. +Debug and run Apache Royale with Visual Studio Code's built-in support for debugging JavaScript (or install the appropriate extension for debugging in your chosen web browser). Enable the `source-map` compiler option in your _asconfig.json_ file so that you may add breakpoints and step through your original _.as_ or _.mxml_ class files. ## Support this project