From 90be9f801ea8f130952d1089569bc1ef905fd4a0 Mon Sep 17 00:00:00 2001 From: rrrutledge Date: Tue, 31 Dec 2024 07:26:05 -0600 Subject: [PATCH] Typo: valuse -> values --- docs/getting-started/creating-the-corpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/creating-the-corpus.md b/docs/getting-started/creating-the-corpus.md index a22b9c4..4ec74a5 100644 --- a/docs/getting-started/creating-the-corpus.md +++ b/docs/getting-started/creating-the-corpus.md @@ -3,7 +3,7 @@ # Documentation -The first step is to create a corpus.txt file, this includes all the valuse you will search over. The below function ingests a dataframe each row being a seperate entry into the corpus. +The first step is to create a corpus.txt file, this includes all the values you will search over. The below function ingests a dataframe each row being a seperate entry into the corpus. Please find an example below.