Skip to content

Commit 78ebeff

Browse files
Update projects.md
Fix typo: "if" -> "of"
1 parent 107fba2 commit 78ebeff

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)