Skip to content

Commit 5ecf5d1

Browse files
authored
docs: fixed link and typo (#1779)
Signed-off-by: David Calvert <david@0xdc.me>
1 parent cbdc36e commit 5ecf5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ce/features/pr-level-locks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ title: "PR-level locks"
88

99
* These options are configured and the locking can be disabled entirely if it is not needed
1010

11-
* The locking interface is very simple and is based on `Lock()` and `Unlock()` Operations [https://github.com/s1ntaxe770r/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/locking/locking.go#L40](https://github.com/s1ntaxe770r/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/locking/locking.go#L40)
11+
* The locking interface is very simple and is based on `Lock()` and `Unlock()` Operations [https://github.com/diggerhq/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/locking/locking.go#L40](https://github.com/diggerhq/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/locking/locking.go#L40)
1212

13-
* A pull request aquires a lock for every project impacted by this PR and all dependant projects
13+
* A pull request acquires a lock for every project impacted by this PR and all dependant projects

0 commit comments

Comments
 (0)