Skip to content

Commit 9c7da94

Browse files
adwk67xeniape
andauthored
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Xenia <xenia.fischer@stackable.tech>
1 parent 512852b commit 9c7da94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pub mod versioned {
288288
#[derive(Clone, Debug, Deserialize, JsonSchema, PartialEq, Serialize)]
289289
#[serde(rename_all = "camelCase")]
290290
pub struct DatabaseInitializationConfig {
291-
/// Whether to execute the database initialization routines (a combination of database initialization, upgrade and migration depending on the Airflow version). Defaults to true to be (techincally) backwards-compatible but also safe.
291+
/// Whether to execute the database initialization routines (a combination of database initialization, upgrade and migration depending on the Airflow version). Defaults to true to be (technically) backwards-compatible but also safe.
292292
/// WARNING: setting this to false is *unsupported* as subsequent updates to the Airflow cluster may result in broken behaviour due to inconsistent metadata!
293293
/// Do not change the default unless you know what you are doing!
294294
#[serde(default = "default_db_init")]

0 commit comments

Comments
 (0)