summaryrefslogtreecommitdiffstats
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-12 15:33:38 -0400
commit5be576fe3df5ad7a8c114314f9d46a7d428882a6 (patch)
tree9ef38923e9ac8995710c897649aca7f49a68d5c0 /guide/src/implementation.md
parenta0f61293ab0b41ff41203470bb7e975a053550bf (diff)
downloadfatcat-5be576fe3df5ad7a8c114314f9d46a7d428882a6.tar.gz
fatcat-5be576fe3df5ad7a8c114314f9d46a7d428882a6.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.