File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments