From 37006f1e10bc8faa073638bf56a5e9daa112c82c Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Sun, 21 Jan 2024 21:01:42 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20typos=20in=20docs=20(test?= =?UTF-8?q?ing=20first=20commit)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/registrar-scraper/src/instructor-scraper/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/registrar-scraper/src/instructor-scraper/index.ts b/tools/registrar-scraper/src/instructor-scraper/index.ts index 3fd3a90a..c0e7b8e8 100644 --- a/tools/registrar-scraper/src/instructor-scraper/index.ts +++ b/tools/registrar-scraper/src/instructor-scraper/index.ts @@ -202,11 +202,11 @@ export async function getInstructors( * Retrieve information about an Instructor * * @param instructorName - Name of instructor - * @param schools - Schools related to the instrcutor + * @param schools - Schools related to the instructor * @param relatedDepartments - Departments related to the instructor * @param attempts - Number of attempts to make a request if fail * @param year_threshold - number of years to look back when scraping instructor's course history - * @returns {[string, Instructor]} Object containg the instructor's data + * @returns {[string, Instructor]} Object containing the instructor's data */ async function getInstructor( instructorName: string, @@ -250,7 +250,7 @@ async function getInstructor( } /** - * Traverse the school's department pages to retrieve its correpsonding faculty links. + * Traverse the school's department pages to retrieve its corresponding faculty links. * * @param schoolUrl - URL to scrape data from * @param schoolName - Name of the school