diff --git a/aspnetcore/fundamentals/localization.md b/aspnetcore/fundamentals/localization.md index 016f5a6de5..7565e899f5 100644 --- a/aspnetcore/fundamentals/localization.md +++ b/aspnetcore/fundamentals/localization.md @@ -272,7 +272,7 @@ The [Accept-Language header](https://www.w3.org/International/questions/qa-accep 6. Tap the language, then tap **Move Up**. -::: moniker range=">= aspnetcore-3.1" +::: moniker range="> aspnetcore-3.1" ### The Content-Language HTTP header The [Content-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Language) entity header: diff --git a/aspnetcore/web-api/jsonpatch/samples/2.2/JSON/copy.json b/aspnetcore/web-api/jsonpatch/samples/2.2/JSON/copy.json index c9cc7262f5..7aeb1e15dd 100644 --- a/aspnetcore/web-api/jsonpatch/samples/2.2/JSON/copy.json +++ b/aspnetcore/web-api/jsonpatch/samples/2.2/JSON/copy.json @@ -6,7 +6,7 @@ }, { "op": "copy", - "from": "/orders/0", - "path": "/orders/1" + "from": "/orders/1", + "path": "/orders/0" } -] \ No newline at end of file +]