Skip to content

Commit cc25ed7

Browse files
committed
Addressing valid spelling issues listed under Correctness in the Acrolink reports
1 parent fe04ea4 commit cc25ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/visualize/workbooks-text-visualizations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The text *visualization* in query steps is different from the [text *step*](work
1414

1515
The text *visualization* is similar to the Azure Data Explorer [`render card`](/azure/data-explorer/kusto/query/renderoperator?pivots=azuredataexplorer) behavior, where the first cell value returned by the query (and *only* the first cell value: row 0, column 0) is displayed in the visualization.
1616

17-
The text visualization has a style settings to change the style of the text displayed in the workbook.
17+
The text visualization has a style setting to change the style of the text displayed in the workbook.
1818

1919
### Text styles
2020
The following text styles are available for text steps:
@@ -25,7 +25,7 @@ The following text styles are available for text steps:
2525
|`header`|The text is formatted with the same styling as step headers |
2626
|`bignumber` |The text is formatted in the "big number" style used in [Tile](workbooks-tile-visualizations.md) and [Graph](workbooks-graph-visualizations.md) based visualizations. |
2727
|`markdown`|The text value is rendered in a markdown section, any markdown content in the text content will be interpreted as such and used for formatting. |
28-
|`editor` |The text value is displayed in a editor control, respecting newlines, tab formatting. |
28+
|`editor` |The text value is displayed in an editor control, respecting newlines, tab formatting. |
2929

3030
### Examples
3131

@@ -48,7 +48,7 @@ Text will wrap, and any special formatting values will be displayed as is, with
4848
Text will be displayed in the same style as step headers.
4949

5050
### Big Number example
51-
:::image type="content" source="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png" alt-text="Screenshot of a workbook in the Azure portal. The screenshot shows an example of a text visualization in bugnumber style." lightbox="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png":::
51+
:::image type="content" source="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png" alt-text="Screenshot of a workbook in the Azure portal. The screenshot shows an example of a text visualization in big number style." lightbox="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png":::
5252

5353
Text will be displayed in big number style.
5454

0 commit comments

Comments
 (0)