Skip to content

Commit 112cccd

Browse files
committed
fix
1 parent 9d7935f commit 112cccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/howto-targetingfilter-go-gin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ In this section, you create a web application that allows users to sign in and u
223223

224224
### [Microsoft Entra ID (recommended)](#tab/entra-id)
225225

226-
```golanglang
226+
```golang
227227
package main
228228

229229
import (
@@ -276,7 +276,7 @@ func loadAzureAppConfiguration(ctx context.Context) (*azureappconfiguration.Azur
276276

277277
### [Connection string](#tab/connection-string)
278278

279-
```golanglang
279+
```golang
280280
package main
281281

282282
import (

0 commit comments

Comments
 (0)