1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

Rename Miscellaneous to Operation now that it is the only thing on that page

This commit is contained in:
Sunny Hirai
2021-03-29 00:47:45 -07:00
parent 1258a74205
commit 0c5b8fcc84
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@
- [PointRef](./api/point-ref.md)
- [Range](./api/range.md)
- [RangeRef](./api/range-ref.md)
- [Miscellaneous](./api/miscellaneous.md)
- [Operation](./api/operation.md)
## Libraries

View File

@@ -1,5 +1,5 @@
# Miscellaneous
## Operation
# Operation
`Operation` objects define the low-level instructions that Slate editors use to apply changes to their internal state. Representing all changes as operations is what allows Slate editors to easily implement history, collaboration, and other features.
_The `Operation` API reference needs to be added._