Skip to content

Fix typos #8425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ attribute of the Assembly element in the .fakes:
> [!NOTE]
> - **Getters and setters of indexers** are treated similarly to the property. The default name for an indexer is `Item`.
> - **Parameter type** names are transformed and concatenated.
> - **Return type** is ignored unless there's an overload ambiguity. If there's an overload amiguity, the return type is appended at the end of the name.
> - **Return type** is ignored unless there's an overload ambiguity. If there's an overload ambiguity, the return type is appended at the end of the name.

### Parameter type naming conventions

Expand Down
4 changes: 2 additions & 2 deletions docs/test/creating-a-data-driven-coded-ui-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This sample creates a coded UI test that runs on the Windows Calculator applicat

1. Add a text file to the dataDrivenSample project named *data.csv*.

![Add a comma seperated value file to the project](../test/media/cuit_datadriven_addcsvfile.png)
![Add a comma separated value file to the project](../test/media/cuit_datadriven_addcsvfile.png)

2. Populate the *.csv* file with the following data:

Expand All @@ -115,7 +115,7 @@ This sample creates a coded UI test that runs on the Windows Calculator applicat

3. It is important to save the *.csv* file using the correct encoding. On the **File** menu, choose **Advanced Save Options** and choose **Unicode (UTF-8 without signature) - Codepage 65001** as the encoding.

4. The *.csv* file, must be copied to the output directory, or the test can't run. Use the **Properties** window to copy it.
4. The *.csv* file must be copied to the output directory, or the test can't run. Use the **Properties** window to copy it.

![Deploy the .csv file](../test/media/cuit_datadriven_deploycsvfile.png)

Expand Down