From 7d65113fcbb02caab29c9d14f46cef6bf42d829c Mon Sep 17 00:00:00 2001 From: Devon Olivier Date: Fri, 17 Jul 2026 07:13:05 -0600 Subject: [PATCH] fix typo --- notebooks/exploring_explorer.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/exploring_explorer.livemd b/notebooks/exploring_explorer.livemd index 1ccc6aaea..9cdb358bd 100644 --- a/notebooks/exploring_explorer.livemd +++ b/notebooks/exploring_explorer.livemd @@ -800,7 +800,7 @@ In `Explorer`, like in `dplyr`, we have five main verbs to work with dataframes: - sort - summarise -We are going to explore then in this notebook, but first we need to "require" +We are going to explore them in this notebook, but first we need to "require" the `Explorer.DataFrame` module in order to load the macros needed for these verbs. I want to take the opportunity to create a shorter alias for the `DataFrame` module,