Skip to content

Commit b2af7d7

Browse files
authored
Merge pull request #548 from H1Gdev/doc
chore(docs): fix upper snake case to camel case.
2 parents 43a50f1 + a331cb3 commit b2af7d7

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)