Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typo on Example code block #1270

Merged
merged 2 commits into from
Apr 1, 2025
Merged

Fixing typo on Example code block #1270

merged 2 commits into from
Apr 1, 2025

Conversation

aldimar-junior
Copy link
Contributor

Fixing:

  • Example code block formatting and typo in example code.

Page in question: https://api.jquery.com/ajaxSuccess/

Typo " "ajaxSuccess< " found at the example section:

$( document ).on( "ajaxSuccess< function( event, request, settings ) {
  $( "#msg" ).append( "<li>Successful Request!</li>" );
} );

Fixing:
- Example code block formatting and typo.
Copy link

linux-foundation-easycla bot commented Apr 1, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link
Member

@mgol mgol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. The fix looks good but you changed a lot of unrelated stuff - tags, indentation, removed CDATA sections... Please only change what's broken.

@aldimar-junior aldimar-junior requested a review from mgol April 1, 2025 20:59
@mgol mgol merged commit 6316ba1 into jquery:main Apr 1, 2025
3 checks passed
@mgol
Copy link
Member

mgol commented Apr 1, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants