diff --git a/doc/getting_started/core_concepts.md b/doc/getting_started/core_concepts.md index e6f7140d67..dfd1431ebd 100644 --- a/doc/getting_started/core_concepts.md +++ b/doc/getting_started/core_concepts.md @@ -93,7 +93,7 @@ Row ``` ::: -Sometimes an object has multiple possible representations to pick from. In these cases you can explicitly construct construct the desired `Pane` type, e.g. here are a few representations of a `DataFrame`: +Sometimes an object has multiple possible representations to pick from. In these cases you can explicitly construct the desired `Pane` type, e.g. here are a few representations of a `DataFrame`: ::::{tab-set}