Skip to content

Commit 94d7af8

Browse files
oddlittlebirdmarcusolsson
authored andcommitted
Update UPGRADING_DEPENDENCIES.md (grafana#19386)
Minor grammar edits, mostly bringing headings in line with the style guide.
1 parent f7a2fe5 commit 94d7af8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING_DEPENDENCIES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Guide to Upgrading Dependencies
1+
# Guide to upgrading dependencies
22

33
Upgrading Go or Node.js requires making changes in many different files. See below for a list and explanation for each.
44

@@ -16,7 +16,7 @@ Upgrading Go or Node.js requires making changes in many different files. See bel
1616
- Appveyor
1717
- Dockerfile
1818

19-
## Go Dependencies
19+
## Go dependencies
2020

2121
The Grafana project uses [Go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) to manage dependencies on external packages. This requires a working Go environment with version 1.11 or greater installed.
2222

@@ -46,7 +46,7 @@ GO111MODULE=on go mod vendor
4646

4747
You have to commit the changes to `go.mod`, `go.sum` and the `vendor/` directory before submitting the pull request.
4848

49-
## Node.js Dependencies
49+
## Node.js dependencies
5050

5151
Updated using `yarn`.
5252

0 commit comments

Comments
 (0)