summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service.ex
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-10-24 03:17:31 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-10-24 03:17:31 +0000
commitedf8458ebefcc20fb58425ed3863693c31b9ff51 (patch)
tree0320d98deccc20718b15cb46535f5d1db6dc2222 /lib/matrix_app_service.ex
parentMerge branch 'controller_tests' into 'master' (diff)
parentlittle edits on docs phrasing (diff)
Merge branch 'docs-review' into 'master'
Docs review See merge request kazarma/matrix_app_service.ex!7
Diffstat (limited to 'lib/matrix_app_service.ex')
-rw-r--r--lib/matrix_app_service.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matrix_app_service.ex b/lib/matrix_app_service.ex
index 289d276..424ff2d 100644
--- a/lib/matrix_app_service.ex
+++ b/lib/matrix_app_service.ex
@@ -27,7 +27,7 @@ defmodule MatrixAppService do
### Write adapters
- Create one or multiple modules that implements the following modules:
+ Create one or multiple modules that implement the following modules:
`MatrixAppService.Adapter.Room`, `MatrixAppService.Adapter.User`,
`MatrixAppService.Adapter.Transaction`.