Skip to content

Fix: Correct missing comma and grammar errors in README examples - #9

Open
mara218 wants to merge 2 commits into
qiao:masterfrom
mara218:master
Open

Fix: Correct missing comma and grammar errors in README examples#9
mara218 wants to merge 2 commits into
qiao:masterfrom
mara218:master

Conversation

@mara218

@mara218 mara218 commented Nov 15, 2025

Copy link
Copy Markdown

This PR fixes two documentation issues in the README:

  1. Missing comma in example code
    The outlineColor line in the optional parameters example was missing a trailing comma:

    Incorrect:
    outlineColor: 'rgba(255, 255, 255, 0.5)' // (Optional)

    Corrected:
    outlineColor: 'rgba(255, 255, 255, 0.5)', // (Optional)

    Without this comma, the example produces invalid JavaScript when copied by users.

  2. Grammar fix in method usage instructions
    The sentence "The call start to start the animation." was replaced with:
    "Call the start() method to begin the animation."

These fixes improve clarity and correctness for users following the documentation.

Fix: Add missing comma in README example
Fix: Correct grammar in README for start() method instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant