Skip to content

Commit d4f4df6

Browse files
authored
Fix typo in example-package-repository.md
1 parent 7b4f79c commit d4f4df6

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)