Skip to content

Commit f0bd75e

Browse files
authored
Merge pull request #7296 from ProNotion/patch-5
Fix typo in example-package-repository.md
2 parents 5698f3e + d4f4df6 commit f0bd75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-cms/extending/packages/example-package-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When the next major version of Umbraco is released, we'll test and either extend
3030

3131
### Tests Project
3232

33-
We have a [project for unit tests](https://github.com/umbraco/Umbraco.AuthorizedServices/tree/main/tests/Umbraco.AuthorizedServices.Tests) in `tests/<ProjectName>.Tests`. It contains references to `Umbraco.Cms.Tets` and a project reference to the package:
33+
We have a [project for unit tests](https://github.com/umbraco/Umbraco.AuthorizedServices/tree/main/tests/Umbraco.AuthorizedServices.Tests) in `tests/<ProjectName>.Tests`. It contains references to `Umbraco.Cms.Tests` and a project reference to the package:
3434

3535
```xml
3636
<ProjectReference Include="..\..\src\Umbraco.AuthorizedServices\Umbraco.AuthorizedServices.csproj" />

0 commit comments

Comments
 (0)