diff options
author | Kian-Meng Ang | 2022-11-25 12:30:21 +0800 |
---|---|---|
committer | GitHub | 2022-11-24 21:30:21 -0700 |
commit | df5493dd2a9a884660ee2a491377237071493c76 (patch) | |
tree | 29f02baeccc1883a677f3f445df64eb6f07c02e8 /docs | |
parent | 786d6190f856fddb32157764717f871c6f8cb3fa (diff) | |
download | takahe-df5493dd2a9a884660ee2a491377237071493c76.tar.gz takahe-df5493dd2a9a884660ee2a491377237071493c76.tar.bz2 takahe-df5493dd2a9a884660ee2a491377237071493c76.zip |
Fix typos
Found via `codespell -S ./static -L keypair`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.rst | 2 | ||||
-rw-r--r-- | docs/installation.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.rst b/docs/features.rst index 0cc178a..b1c7148 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -14,7 +14,7 @@ Currently, it supports: * Creating and receiving likes * Delivering mentions to those mentioned, and notifications for incoming mentions * Following and unfollowing -* Reciving follows and unfollows +* Receiving follows and unfollows * A home timeline, a local timeline, and a federated timeline * Profile pages with bios, icons, and header images * Searching for users by exact handle diff --git a/docs/installation.rst b/docs/installation.rst index debec48..9263e43 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -74,7 +74,7 @@ be provided from the first boot. fully-qualified URL prefix that serves that directory. * If it is set to ``gcs``, you must also provide ``TAKAHE_MEDIA_BUCKET``, - the name of the bucket to store files in. The bucket must be publically + the name of the bucket to store files in. The bucket must be publicly readable and have "uniform access control" enabled. * If it is set to ``s3``, you must also provide ``TAKAHE_MEDIA_BUCKET``, |