From 65da174daf9de8448cb8f031664fc39cdcd42720 Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Wed, 17 Jan 2024 13:41:28 -0800 Subject: [PATCH] [chore] Fix typo in a changelog entry (#9308) --- .chloggen/remove-old-go-build-directives.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/remove-old-go-build-directives.yaml b/.chloggen/remove-old-go-build-directives.yaml index 9b83500a59b..ce1cbf993df 100755 --- a/.chloggen/remove-old-go-build-directives.yaml +++ b/.chloggen/remove-old-go-build-directives.yaml @@ -7,7 +7,7 @@ change_type: breaking component: all # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Remove obsolete "// +build" diractive +note: Remove obsolete "// +build" directives # One or more tracking issues or pull requests related to the change issues: [9304]