diff --git a/.gitignore b/.gitignore index 20eb2f448e8dd601b583d7da2d6849d80ef080c0..076c89fa5940406f0aba337ef3a4771cd7c2ce30 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 0000000000000000000000000000000000000000..73ec3b17e0bbe090810d0560d6232f7c363f771e --- /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 8a14a14dcf0060005ffb2ce120b8fa77de04c7d7..d1fdfe4aec8bb9da691336c375ad07a6b58c2dfe 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 34f5615eaff536c2c03505da2d32ab50fe32656a..17b3d085c6d5fc57c2a58cf95378128c17f68a30 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