Skip to content

Commit

Permalink
docs: ✏️ Give correct order of curly feature in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Aug 20, 2024
1 parent 34cc5e9 commit 29e8026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ In your component examples, use the following attribute. Remember to use the `da
```html
<div data-speccer="pin-area">
<div
data-speccer="pin [bracket|enclose][curly] [left|right|top|bottom]"
data-speccer="pin [bracket [curly] |enclose] [left|right|top|bottom]"
class="..."
></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/features/pin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* ```html
* <div data-speccer="pin-area">
* <div
* data-speccer="pin [bracket|enclose][curly] [left|right|top|bottom]"
* data-speccer="pin [bracket [curly] |enclose] [left|right|top|bottom]"
* class="..."
* ></div>
* </div>
Expand Down

0 comments on commit 29e8026

Please sign in to comment.