Skip to content

Commit a331cb3

Browse files
committed
fix upper snake case to camel case.
1 parent 43a50f1 commit a331cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ for known event sources, where either a request ID or X-Ray Trace ID are present
223223
*/
224224
public class Function
225225
{
226-
[Logging(CorrelationIdPath = CorrelationIdPaths.API_GATEWAY_REST)]
226+
[Logging(CorrelationIdPath = CorrelationIdPaths.ApiGatewayRest)]
227227
public async Task<APIGatewayProxyResponse> FunctionHandler
228228
(APIGatewayProxyRequest apigProxyEvent, ILambdaContext context)
229229
{

0 commit comments

Comments
 (0)