From c7812a495ee6f4ade81f4756188014b32bed6697 Mon Sep 17 00:00:00 2001 From: Brian Hall Date: Sun, 25 May 2025 22:04:46 -0400 Subject: [PATCH] Fix camel casing typo in JSON field names documentation. --- docs/configuration/json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/json.md b/docs/configuration/json.md index 9e606d0c06..9361e6bdb9 100644 --- a/docs/configuration/json.md +++ b/docs/configuration/json.md @@ -55,7 +55,7 @@ By default, Marten stores field names "as they are" (C# naming convention is Pas You can have them also automatically formatted to: -- `CamelCase`, +- `camelCase`, - `snake_case` by changing the relevant serializer settings: