From 05e264f4fce656fe419dbdb16860caf53ccd0388 Mon Sep 17 00:00:00 2001 From: David Juhasz Date: Fri, 8 Mar 2024 15:09:07 -0800 Subject: [PATCH] Update dev-manual/deps.md - Make minor text changes for clarity - Fix one typo --- docs/src/dev-manual/deps.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/dev-manual/deps.md b/docs/src/dev-manual/deps.md index 7bc75335a..617275cf4 100644 --- a/docs/src/dev-manual/deps.md +++ b/docs/src/dev-manual/deps.md @@ -37,7 +37,7 @@ because it gets the latest versions of all the direct and indirect dependencies of `golang.org/x/sync`. Avoid `go get -u ./...` or `go get -u=patch ./...` because it gets the latest -versions of all the dependencies of ou rapplication. +versions of all the dependencies of our application. ## Major dependency updates @@ -92,8 +92,8 @@ Now you can generate the code with: We have configured Dependabot alerts to be generated only for security updates because regular version updates are frequent, generating too many pull requests. -This following describes how to identify version updates in different areas of -the project: +The following sections describe how to identify version updates in different +areas of the project. ### Automated process @@ -127,7 +127,7 @@ Review manually, e.g.: #### Dockerfile -In: +Review manually in: * `/Dockerfile` * `/dashboard/Dockerfile`