diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-26 11:31:15 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-26 11:31:15 +0000 |
| commit | 987bfea00a03351323ef9d26a4b79733bb5335dd (patch) | |
| tree | 93fd36a7d39af39b7d408b13eac119bcf871c8a7 | |
| parent | mmmfs cleanup (diff) | |
| download | mmm-987bfea00a03351323ef9d26a4b79733bb5335dd.tar.gz mmm-987bfea00a03351323ef9d26a4b79733bb5335dd.zip | |
fix typo
| -rw-r--r-- | mmm/mmmfs/converts.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mmm/mmmfs/converts.moon b/mmm/mmmfs/converts.moon index 5b1bc2c..c1f7cea 100644 --- a/mmm/mmmfs/converts.moon +++ b/mmm/mmmfs/converts.moon @@ -49,7 +49,7 @@ converts = { { inp: 'mmm/component', out: 'mmm/dom', - const: 3 + cost: 3 transform: single tohtml } { |
