diff --git a/markdown/dev/reference/api/macros/grainline/en.md b/markdown/dev/reference/api/macros/grainline/en.md index 645d885dd41..7e5ca53cf07 100644 --- a/markdown/dev/reference/api/macros/grainline/en.md +++ b/markdown/dev/reference/api/macros/grainline/en.md @@ -14,8 +14,10 @@ macro("grainline", { } ``` -| Property | Default | Type | Description | -|------------:|---------|---------------------|-------------| -| `from` | | [Point](/reference/api/point) | The startpoint of the *grainline* indicator | -| `to` | | [Point](/reference/api/point) | The endpoint of the *grainline* indicator | +| Property | Default | Type | Description | +|------------:|-------------|------------|----------------------------------------------| +| `from` | | [Point][1] | The startpoint of the *grainline* indicator | +| `to` | | [Point][1] | The endpoint of the *grainline* indicator | +| `text` | 'grainline' | string | The text to put on the *grainline* indicator | +[1]: /reference/api/point