Skip to content

Commit 5b078ed

Browse files
committed
update documentation
1 parent 215aeeb commit 5b078ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/utilities/parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ in order to get data from other regions or use specific credentials.
388388

389389
=== "AppConfigProvider"
390390

391-
```c# hl_lines="10-13 16-18"
391+
```c# hl_lines="10-13 16-18"
392392
using AWS.Lambda.Powertools.Parameters;
393393
using AWS.Lambda.Powertools.Parameters.AppConfig;
394394

@@ -413,7 +413,7 @@ in order to get data from other regions or use specific credentials.
413413

414414
=== "AppConfigProvider with an explicit region"
415415

416-
```c# hl_lines="10-14"
416+
```c# hl_lines="10-14"
417417
using AWS.Lambda.Powertools.Parameters;
418418
using AWS.Lambda.Powertools.Parameters.AppConfig;
419419

@@ -443,7 +443,7 @@ Feature flagging is a powerful tool that allows safely pushing out new features
443443

444444
=== "AppConfigProvider"
445445

446-
```c# hl_lines="10-13 16-18 23-25"
446+
```c# hl_lines="10-13 16-18 23-25"
447447
using AWS.Lambda.Powertools.Parameters;
448448
using AWS.Lambda.Powertools.Parameters.AppConfig;
449449

0 commit comments

Comments
 (0)