[v10.0.x] Use "or" to convey that OS options are unique (#70335)

Use "or" to convey that OS options are unique (#70332)
(cherry picked from commit b2074a68d4)

Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2023-06-19 17:28:39 +02:00
committed by GitHub
co-authored by Ursula Kallio
parent 092b7506e1
commit 6c846786ae
@@ -23,9 +23,9 @@ Grafana relies on other open source software to operate. For a list of open sour
Grafana supports the following operating systems:
- [Debian/Ubuntu]({{< relref "./debian" >}})
- [Red Hat/RHEL/Fedora]({{< relref "./redhat-rhel-fedora" >}})
- [SUSE/openSUSE]({{< relref "./suse-opensuse" >}})
- [Debian or Ubuntu]({{< relref "./debian" >}})
- [Red Hat, RHEL, or Fedora]({{< relref "./redhat-rhel-fedora" >}})
- [SUSE or openSUSE]({{< relref "./suse-opensuse" >}})
- [macOS]({{< relref "./mac" >}})
- [Windows]({{< relref "./windows" >}})