Skip to content

Commit 336c289

Browse files
authored
fixed typo in readme
1 parent 6f147c7 commit 336c289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To change credentials after instantiating the ZulipRestExecutor it is recommende
2828
### How to use the ZulipRestExecutor?
2929
To perform an API call you should use the `executeCall(ZulipRestAPICall call)` method of the newly created object.
3030
All API calls are packed inside the library as instantiatable objects which be executed by the `ZulipRestExecutor`.
31-
The naming convention of all call objects is like the following: `HTTP request mehtod + object of action`.
31+
The naming convention of all call objects is like the following: `HTTP request method + object of action`.
3232

3333
So for instance if we want to send a message to someone on our Zulip server we need to create a `PostMessage` object to pass it into our executeCall method.
3434

0 commit comments

Comments
 (0)