Remove "etc" from service version glossary term (#5001)

The etc does not add to the statement being made. Fixes #4899.
This commit is contained in:
Greg Taylor 2019-09-17 07:33:06 -07:00 committed by Istio Automation
parent b81e5a8ccb
commit 23c0e985fa
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
title: Service Version
---
Distinct variants of a [service](#service), typically backed by different versions of a [workload](#workload) binary.
Common scenarios where multiple service versions may be used include A/B testing, canary rollouts, etc.
Common scenarios where multiple service versions may be used include A/B testing and canary rollouts.