Skip to content

Commit

Permalink
Update DG to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sp4ce-cowboy committed Nov 13, 2023
1 parent e140fa1 commit 53bd429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ By introducing UI testing into the code coverage reporting, we have been able to
#### User Input Builder
The `UserInputBuilder` class is a test utility class for the purposes of generating possible
user inputs for a given `Transaction`. With a given `Transaction` object, it become possible
user inputs for a given `Transaction`. With a given `Transaction` object, it becomes possible
to generate a `String` that represents what a user might have input in order to have
stored that `Transaction.` This allows for the conversion of a `Transaction` object
into an equivalent user-input. Such a conversion would be beneficial for `FxRobot` which can use
Expand Down

0 comments on commit 53bd429

Please sign in to comment.