Explorar el Código

Merge pull request #12141 from tobiasge/fix-typo-in-datasource

Fixes: #12140: Typo in Synchronized Data documentation
kkthxbye hace 2 años
padre
commit
b3a347e6fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/features/synchronized-data.md

+ 1 - 1
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.