From 3de645c0916bf3ccf6754a7aba0df4b1c76bd874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Wed, 9 Feb 2022 14:19:01 +0100 Subject: [PATCH] Add project level dictionary and fix a few typos --- .gitignore | 3 ++- .idea/dictionaries/briar.xml | 12 ++++++++++++ API.md | 2 +- README.md | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .idea/dictionaries/briar.xml diff --git a/.gitignore b/.gitignore index 20eb2f44..076c89fa 100644 --- a/.gitignore +++ b/.gitignore @@ -24,8 +24,9 @@ local.properties !.idea/codeStyles !.idea/scopes/ !.idea/copyright/ +!.idea/dictionaries/briar.xml .gradle build/ captures *.iml -projectFilesBackup/ \ No newline at end of file +projectFilesBackup/ diff --git a/.idea/dictionaries/briar.xml b/.idea/dictionaries/briar.xml new file mode 100644 index 00000000..73ec3b17 --- /dev/null +++ b/.idea/dictionaries/briar.xml @@ -0,0 +1,12 @@ +<component name="ProjectDictionaryState"> + <dictionary name="briar"> + <words> + <w>affero</w> + <w>agpl</w> + <w>briar</w> + <w>briarproject</w> + <w>obfs</w> + <w>onboarding</w> + </words> + </dictionary> +</component> diff --git a/API.md b/API.md index 8a14a14d..d1fdfe4a 100644 --- a/API.md +++ b/API.md @@ -115,7 +115,7 @@ Returns `200 OK` with a list of contact IDs like this: ``` -## File Managment (owner and contacts) +## File Management (owner and contacts) A file contains a stream of message, events etc. diff --git a/README.md b/README.md index 34f5615e..17b3d085 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ graph LR subgraph Alice offline B-. can't send message .-> A end - subgraph Alices' Mailbox + subgraph Alice's Mailbox B-- send message --> RA end subgraph Alice online -- GitLab