Skip to content

Conversation

YamiOdymel
Copy link
Contributor

Description

Typo: excapsulate -> encapsulate

Checklist

  • I have read the contribution guidelines
  • I have targeted this PR against the correct branch (master for website changes, dev for
    source changes)
  • This is either a bugfix, a documentation update, or a new feature that has been explicitly
    approved via an issue
  • I ran the test suite locally (npm run test) and verified that it succeeded

@Copilot Copilot AI review requested due to automatic review settings August 7, 2025 15:33
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request fixes a typo in the HTMX documentation by correcting "excapsulate" to "encapsulate" in the hx-swap-oob.md file.

  • Corrects a spelling error in the documentation

@@ -37,7 +37,7 @@ If a selector is given, all elements matched by that selector will be swapped.

### Using alternate swap strategies

As mentioned previously when using swap strategies other than `true` or `outerHTML` the encapsulating tags are stripped, as such you need to excapsulate the returned data with the correct tags for the context.
As mentioned previously when using swap strategies other than `true` or `outerHTML` the encapsulating tags are stripped, as such you need to encapsulate the returned data with the correct tags for the context.
Copy link
Preview

Copilot AI Aug 7, 2025

Choose a reason for hiding this comment

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

The word "excapsulate" has been correctly changed to "encapsulate" to fix the spelling error.

Copilot uses AI. Check for mistakes.

Copy link
Collaborator

@MichaelWest22 MichaelWest22 left a comment

Choose a reason for hiding this comment

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

Yeah looks looks good. seems like a mistake I must have made

@MichaelWest22 MichaelWest22 added the ready for review Issues that are ready to be considered for merging label Aug 8, 2025
@1cg 1cg merged commit 458ae04 into bigskysoftware:master Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review Issues that are ready to be considered for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants