Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Myranae committed Nov 21, 2024
1 parent afbe43c commit 1e6f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/widgets/orderer/validate-orderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {PerseusScore} from "../../types";
import type {PerseusOrdererUserInput} from "../../validation.types";

/**
* Checks user inputfrom the orderer widget to see if the user has started
* Checks user input from the orderer widget to see if the user has started
* ordering the options, making the widget scorable.
* @param userInput
* @see `scoreOrderer` for more details.
Expand Down

0 comments on commit 1e6f37f

Please sign in to comment.