diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md index 475e04b324f..63782c0d81c 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md @@ -140,4 +140,4 @@ None of the limitations listed here are considered permanent. Over time the HAPI * **Bulk Operations are not partition aware**: Bulk export operations will export data across all partitions. -* **Package Operations are not partition aware**: Package operations will only affect resources defined in the default partition. +* **Package Operations are not partition aware**: Package operations will only create, update and query resources in the default partition.