Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

fix: 🐛 typos in docs (testing first commit) #123

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/registrar-scraper/src/instructor-scraper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down