Skip to content

Commit ee0dbd0

Browse files
Update components/kiwihr/kiwihr.app.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent bbbeffd commit ee0dbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/kiwihr/kiwihr.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default {
9595
positionId: {
9696
type: "string",
9797
label: "Position ID",
98-
description: "Employee's prosition ID",
98+
description: "Employee's position ID",
9999
async options({ page }) {
100100
const { positions: { items } } = await this.listPositions({
101101
limit: LIMIT,

0 commit comments

Comments
 (0)