Skip to content

Commit 4cc2e50

Browse files
authored
Merge pull request #10761 from Prakash-Kuikel/patch-1
Update projects.md
2 parents 107fba2 + 78ebeff commit 4cc2e50

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)