Skip to content

Commit

Permalink
Fix typo in project resource documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
grig777 authored Nov 11, 2024
1 parent 0ad179f commit 725940d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: |-
}
```
~>We strongly recommend using the 'preject_repository' resource instead to manage the list of repositories.
~>We strongly recommend using the 'project_repository' resource instead to manage the list of repositories.
---

# project (Resource)
Expand All @@ -44,7 +44,7 @@ resource "artifactory_local_maven_repository" "my_maven_releases" {
}
```

~>We strongly recommend using the 'preject_repository' resource instead to manage the list of repositories.
~>We strongly recommend using the 'project_repository' resource instead to manage the list of repositories.

## Example Usage

Expand Down

0 comments on commit 725940d

Please sign in to comment.