Skip to content

Commit 8ec7300

Browse files
authored
Merge pull request #10377 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents 5fdf4c2 + 59ac23b commit 8ec7300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/test/code-generation-compilation-and-naming-conventions-in-microsoft-fakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ attribute of the Assembly element in the .fakes:
247247
> [!NOTE]
248248
> - **Getters and setters of indexers** are treated similarly to the property. The default name for an indexer is `Item`.
249249
> - **Parameter type** names are transformed and concatenated.
250-
> - **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.
250+
> - **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.
251251
252252
### Parameter type naming conventions
253253

docs/test/creating-a-data-driven-coded-ui-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This sample creates a coded UI test that runs on the Windows Calculator applicat
9999

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

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

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

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

116116
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.
117117

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

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

0 commit comments

Comments
 (0)