From ccd864c0bd83872daa8063e26be2d76ca73e4751 Mon Sep 17 00:00:00 2001 From: Alexander Leon Date: Tue, 13 Feb 2018 22:27:44 -0600 Subject: [PATCH] typo --- services/federation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/federation/README.md b/services/federation/README.md index fdfc201789..3dfd25187f 100644 --- a/services/federation/README.md +++ b/services/federation/README.md @@ -37,7 +37,7 @@ In this section you can find config examples for the two main ways of setting up ### #1: Every user has their own Stellar account -In case every user owns Stellar account you don't need `memo`. You can simply return `id` based on the username. Your `queries` section could look like this: +In the case that every user owns a Stellar account, you don't need `memo`. You can simply return `id` based on the username. Your `queries` section could look like this: ```toml port = 8000