Skip to content

Commit 40885d4

Browse files
committed
Fixed a typo in readme
1 parent 5f4d738 commit 40885d4

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
@@ -16,7 +16,7 @@ afraid mails will be delivered to real users.
1616
Note, that during the first startup a folder `~/.pochta` is created with the default configuration. You can change the configuration to match your needs: http/smtp ports, mailboxes and passwords.
1717

1818
####Usage
19-
Now, imaging your app sends mail to its users using Pochta SMTP Server: `SUT --> Pochta --> [email protected]`. After the mail was sent
19+
Now, imagine your app sends mail to its users using Pochta SMTP Server: `SUT --> Pochta --> [email protected]`. After the mail was sent
2020
to Pochta it doesn't actually deliver the message to the end user, but rather Pochta stores it. Now in tests you can get the list of mails with the content e.g. by following: [localhost:9000/inboxes/user?token=secret](http://localhost:9000/inboxes/user?token=secret) and the returned content may look like this:
2121
```json
2222
[

0 commit comments

Comments
 (0)