Chore: Remove repetitive words (#84132)

remove repetitive words

Signed-off-by: carrychair <linghuchong404@gmail.com>
This commit is contained in:
carrychair
2024-03-11 08:55:18 -04:00
committed by GitHub
parent 2d0fc3ef33
commit 0913324668
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func TestCanGetRouteNameFromContext(t *testing.T) {
func TestOperationNameCanOnlyBeSetOnce(t *testing.T) {
req, _ := http.NewRequestWithContext(context.Background(), http.MethodPost, "https://grafana.com", nil)
// set the the initial operation name
// set the initial operation name
req = addRouteNameToContext(req, "first")
// check that the operation name is set correctly