Skip to content

Commit

Permalink
Merge pull request #173 from grig777/master
Browse files Browse the repository at this point in the history
Fix typo in project resource documentation
  • Loading branch information
alexhung authored Nov 11, 2024
2 parents 0ad179f + 725940d commit b8703ea
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 b8703ea

Please sign in to comment.