Skip to content

Commit

Permalink
Corrected misspelled word (SpecFlowOSS#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
gburghardt authored and Code-Grump committed Mar 29, 2023
1 parent 23d9751 commit 2d6bc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Bindings/SpecFlow-Assist-Helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The `CreateInstance<T>` extension method of the `Table` class will convert a tab

Deciding to use a vertical or horizontal table layout is subjective. Choose the layout that is easiest to read given the information in the table.

SpecFlow matches table values to property names regardless of letter case. To SpecFlow, "BackAccount", "Bank Account", "BANK ACCOUNT" and "bank account" will all map to a property named `BankAccount`. More information on column naming is below.
SpecFlow matches table values to property names regardless of letter case. To SpecFlow, "BankAccount", "Bank Account", "BANK ACCOUNT" and "bank account" will all map to a property named `BankAccount`. More information on column naming is below.

### Using CreateInstance with a Class

Expand Down

0 comments on commit 2d6bc00

Please sign in to comment.