From e1889d9dce9f6d9fb3f610b04c68e34332637b22 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Wed, 3 Nov 2021 10:26:04 -0600 Subject: [PATCH] markdown correction --- docs/pages/Model-Structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/Model-Structure.md b/docs/pages/Model-Structure.md index 9bef2129c..e5f15da23 100644 --- a/docs/pages/Model-Structure.md +++ b/docs/pages/Model-Structure.md @@ -13,7 +13,7 @@ for representing model data and relationships and is supported in most programmi Earthquake source files are organized by tectonic setting: `active-crust`, `stable-crust`, `subduction`, and `volcanic`. The crustal and volcanic tectonic settings support `fault`, `grid`, and `zone` source types. The volcanic tectonic setting additionally supports a `decollement` -source type. The subduction tectonic setting supports `interface` and `slab` source types. +source type. The subduction tectonic setting supports `interface` and `slab` source types. The root of a model must include `model-info.json` and _may_ include a `calc-config.json` that specifies any custom default [calculation configuration](./Calculation-Configuration.md) settings -- GitLab