From 1862de1e1f5f2f703756c21efcb1969ee00b00b2 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Sun, 4 Jun 2017 22:58:38 -0700 Subject: [PATCH] quick fixes --- docs/_data/api.yaml | 8 ++++---- docs/docs/api/model.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_data/api.yaml b/docs/_data/api.yaml index 39714330b6..748c10dff1 100644 --- a/docs/_data/api.yaml +++ b/docs/_data/api.yaml @@ -35,10 +35,10 @@ - once - Model: - find-experimental - - getIndex-experimental - - getLeaf-experimental - - getLine-experimental - - getLines-experimental + - getindex-experimental + - getleaf-experimental + - getline-experimental + - getlines-experimental - Extension: - debug - import diff --git a/docs/docs/api/model.md b/docs/docs/api/model.md index 017ba1e6d7..67169c7003 100644 --- a/docs/docs/api/model.md +++ b/docs/docs/api/model.md @@ -67,7 +67,7 @@ Returns the line [Blot](https://github.com/quilljs/parchment) at the specified i **Methods** ```javascript -getLine(index: Number): Blot +getLine(index: Number): [Blot, Number] ```