DOC: CORP: typo fixes in hire AdVert functions (#237)

This commit is contained in:
quacksouls 2022-12-02 03:41:52 +11:00 committed by GitHub
parent 14e50e5533
commit 6034e1c3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7176,19 +7176,17 @@ export interface OfficeAPI {
*/ */
getOffice(divisionName: string, cityName: string): Office; getOffice(divisionName: string, cityName: string): Office;
/** /**
* Get data about an employee * Get the cost to hire AdVert.
* @param divisionName - Name of the division * @param divisionName - Name of the division.
* @param cityName - Name of the city * @returns The cost to hire AdVert.
* @param employeeName - Name of the employee
* @returns Employee data
*/ */
getHireAdVertCost(divisionName: string): number; getHireAdVertCost(divisionName: string): number;
/** /**
* Get the number of times you have Hired AdVert * Get the number of times you have hired AdVert.
* @param divisionName - Name of the division * @param divisionName - Name of the division.
* @returns Number of times you have Hired AdVert * @returns Number of times you have hired AdVert.
*/ */
getHireAdVertCount(adivisionName: string): number; getHireAdVertCount(divisionName: string): number;
/** /**
* Get the cost to unlock research * Get the cost to unlock research
* @param divisionName - Name of the division * @param divisionName - Name of the division