Skip to content

Commit

Permalink
Merge pull request #8358 from jryans/spell-homeserver
Browse files Browse the repository at this point in the history
Spell homeserver correctly
  • Loading branch information
jryans authored Feb 1, 2019
2 parents 3fad360 + 3eb550a commit c899469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ For a good example, see https://riot.im/develop/config.json
1. `brand`: String to pass to your homeserver when configuring email notifications, to let the
homeserver know what email template to use when talking to you.
1. `integrations_ui_url`: URL to the web interface for the integrations server. The integrations
server is not Riot and normally not your Home Server either. The integration server settings
server is not Riot and normally not your homeserver either. The integration server settings
may be left blank to disable integrations.
1. `integrations_rest_url`: URL to the REST interface for the integrations server.
1. `integrations_widgets_urls`: list of URLs to the REST interface for the widget integrations server.
Expand Down
4 changes: 2 additions & 2 deletions src/vector/mobile_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ <h2>Step 2: Use a custom server</h2>
</g>
</svg>
<p>Launch the app, and enable <strong>Use custom server options (advanced)</strong>.</p>
<p class="mx_Spacer">In the Home Server field, enter:</p>
<p class="mx_Spacer">In the homeserver field, enter:</p>
<p><strong id="hs_url"></strong></p>
<p class="mx_Spacer"><em>Note: You shouldn&apos;t need to modify the Identity Server field, which by default is set to https://vector.im.</em></p>
<p class="mx_Spacer"><em>Note: You shouldn&apos;t need to modify the identity server field, which by default is set to https://vector.im.</em></p>
</div>
</div>
</div>
Expand Down

0 comments on commit c899469

Please sign in to comment.