This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 234b6273d RELEASE_NOTES: fix typo
234b6273d is described below

commit 234b6273db745e9138dc3c3cacc4892d723c1c27
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Dec 14 15:44:59 2022 -0800

    RELEASE_NOTES: fix typo
---
 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d25c9ac82..8cdb7a4f7 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -16,7 +16,7 @@ Apache Royale Compiler 0.9.10
 - formatter: Can load configuration options with 
`-load-config+=path/to/file.xml`, similar to compiler.
 - formatter: If a file named _asformat-config.xml_ appears in the current 
working directory, automatically load it with `-load-config`. To disable this 
behavior, use `-skip-local-config-file=true`.
 - formatter: Fix issue where more than one new line might appear at the end of 
a file.
-- formatter: Fix intentation between opening and closing parentheses/brackets 
on separate lines.
+- formatter: Fix indentation between opening and closing parentheses/brackets 
on separate lines.
 - formatter: Fix detection of `Script` elements in MXML when line endings are 
CRLF.
 - formatter: Fix exception when file starts with UTF BOM character.
 - formatter: Fix issue where ternary operator inside `if` condition was 
formatted incorrectly.

Reply via email to