go.dev/_content/solutions: fix minor typo in devops.md

Site reliability Engineering -> Site Reliability Engineering

Change-Id: Ia67a04ec1823168c30c05342ed1f2a2037a410aa
GitHub-Last-Rev: 7b8eb165dc84112afef87b13d7abdec084bc347b
GitHub-Pull-Request: golang/website#91
Reviewed-on: https://go-review.googlesource.com/c/website/+/347910
Trust: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
diff --git a/go.dev/_content/solutions/devops.md b/go.dev/_content/solutions/devops.md
index 5343cad..f4d5c48 100644
--- a/go.dev/_content/solutions/devops.md
+++ b/go.dev/_content/solutions/devops.md
@@ -1,6 +1,6 @@
 ---
-title: "Development Operations & Site reliability Engineering"
-linkTitle: "Development Operations & Site reliability Engineering"
+title: "Development Operations & Site Reliability Engineering"
+linkTitle: "Development Operations & Site Reliability Engineering"
 description: "With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE."
 date: 2019-10-03T17:16:43-04:00
 series: Use Cases