Skip to content

Commit f8e9ece

Browse files
Merge pull request #13944 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 24a2708 + 4cc2e50 commit f8e9ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/vsix/tips/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.subservice: extensibility-integration
1414
Here's a collection of small code samples on different ways to work with projects.
1515

1616
## Get project from contained file
17-
This is how to get the project from one if its files.
17+
This is how to get the project from one of its files.
1818

1919
```csharp
2020
string fileName = "c:\\file\\in\\project.txt";

0 commit comments

Comments
 (0)