aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/mmmfs/ba_log
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-31 17:40:54 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-31 17:42:54 +0000
commit719fe5d1a2f8b2d1e2c58b7aed18e6062656ca90 (patch)
tree04efc4064b5f696477e6a95a4b6ea154c41c2a41 /root/articles/mmmfs/ba_log
parenttable-of-contents, reference order (diff)
downloadmmm-719fe5d1a2f8b2d1e2c58b7aed18e6062656ca90.tar.gz
mmm-719fe5d1a2f8b2d1e2c58b7aed18e6062656ca90.zip
spellcheck
Diffstat (limited to 'root/articles/mmmfs/ba_log')
-rw-r--r--root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md2
-rw-r--r--root/articles/mmmfs/ba_log/2019-10-29/text$markdown.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md b/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md
index 549ea99..010f861 100644
--- a/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md
+++ b/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md
@@ -30,7 +30,7 @@ That means that when the root fileder is rendered, currently 120MB of data have
Now that the client can render content within the web browser again, that would be even worse due to the network delay.
To solve this, the Fileder implementation now lazy-loads \[[`9632233`][9632233]\].
-When a Fileder is created, it initially knows only its path, but doesn't know which factes or children it contains.
+When a Fileder is created, it initially knows only its path, but doesn't know which facets or children it contains.
As soon as that data is attempted to be accessed, the fileder loads in the list of its children and facets from the datastore.
The facet contents are loaded only when they are actually needed to fulfill a data request or conversion.
diff --git a/root/articles/mmmfs/ba_log/2019-10-29/text$markdown.md b/root/articles/mmmfs/ba_log/2019-10-29/text$markdown.md
index 9656562..4119d21 100644
--- a/root/articles/mmmfs/ba_log/2019-10-29/text$markdown.md
+++ b/root/articles/mmmfs/ba_log/2019-10-29/text$markdown.md
@@ -1,4 +1,4 @@
-Today i implemented updating/saving content in the server, and bridged the feature to the client.
+Today I implemented updating/saving content in the server, and bridged the feature to the client.
In the inspector there is now a `save changes` button that (attempts to) save the content on
the server's filesystem \[[`4b8d9be`][4b8d9be]\].