From ac07b33602cc1ee2121f7824b40fd323cfb97fbe Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Sat, 1 Apr 2023 10:45:45 +0200 Subject: [PATCH] Fixed typo in Synchronized Data documentation --- docs/features/synchronized-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/synchronized-data.md b/docs/features/synchronized-data.md index 3fb48425e..ca6dfeda8 100644 --- a/docs/features/synchronized-data.md +++ b/docs/features/synchronized-data.md @@ -20,4 +20,4 @@ The following NetBox models can be associated with replicated data files: * Config templates * Export templates -Once a data has been designated for a local instance, its data will be replaced with the content of the replicated file. When the replicated file is updated in the future (via synchronization jobs), the local instance will be flagged as having out-of-date data. A user can then synchronize these objects individually or in bulk to effect the update. This two-stgae process ensures that automated synchronization tasks do not immediately affect production data. +Once a data has been designated for a local instance, its data will be replaced with the content of the replicated file. When the replicated file is updated in the future (via synchronization jobs), the local instance will be flagged as having out-of-date data. A user can then synchronize these objects individually or in bulk to effect the update. This two-stage process ensures that automated synchronization tasks do not immediately affect production data.