summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service.ex
diff options
context:
space:
mode:
authorHadrien <26697460+ketsapiwiq@users.noreply.github.com>2020-10-19 17:08:54 +0200
committerHadrien <26697460+ketsapiwiq@users.noreply.github.com>2020-10-23 23:06:40 +0200
commit561303492cb13e0f9504d6b26fe5d3752e89c4bd (patch)
tree0320d98deccc20718b15cb46535f5d1db6dc2222 /lib/matrix_app_service.ex
parentMerge branch 'controller_tests' into 'master' (diff)
little edits on docs phrasing
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`.