mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-02 20:50:17 -05:00
Fix documentation error
This commit is contained in:
parent
7131fee891
commit
00dbc089c4
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ The method takes two arguments:
|
||||||
* **tag**: The tag of the format
|
* **tag**: The tag of the format
|
||||||
* **attributes**: (optional) Any attributes the format.
|
* **attributes**: (optional) Any attributes the format.
|
||||||
|
|
||||||
Returns `true` if any of the selection is contained within an element with the specified tag and attributes, otherwise returns `false`.
|
Returns `true` if the entire selection is contained within an element with the specified tag and attributes, otherwise returns `false`.
|
||||||
|
|
||||||
### bold
|
### bold
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue