aboutsummaryrefslogtreecommitdiffstats
path: root/guide/src/implementation.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-10-02 13:23:12 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-10-02 13:23:12 -0700
commit0411aa0949140721a2d48d12fdee07165ee4ae35 (patch)
tree08434a3d68e5a33853f5ce167376b3ea04a5a967 /guide/src/implementation.md
parent9d1c375b2afe5d9230a54da6bc96da499ad646a3 (diff)
downloadfatcat-0411aa0949140721a2d48d12fdee07165ee4ae35.tar.gz
fatcat-0411aa0949140721a2d48d12fdee07165ee4ae35.zip
spellcheck guide
Diffstat (limited to 'guide/src/implementation.md')
-rw-r--r--guide/src/implementation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/src/implementation.md b/guide/src/implementation.md
index df8d66b9..66ae7f6b 100644
--- a/guide/src/implementation.md
+++ b/guide/src/implementation.md
@@ -11,7 +11,7 @@ operated by anybody. A separate web interface project talks to the API backend
and can be developed more rapidly with less concern about data loss or
corruption.
-A cronjob will creae periodic database dumps, both in "full" form (all tables
+A cronjob will create periodic database dumps, both in "full" form (all tables
and all edit history, removing only authentication credentials) and "flattened"
form (with only the most recent version of each entity).
@@ -23,4 +23,4 @@ to a rigid third-party ontology or schema.
Microservice daemons should be able to proxy between the primary API and
standard protocols like ResourceSync and OAI-PMH, and third party bots could
-ingest or synchronize the databse in those formats.
+ingest or synchronize the database in those formats.