docs: Fix typo in 'substituted'.

This commit is contained in:
Tim Abbott 2020-06-21 10:56:40 -07:00
parent dc2a045d3b
commit 5d6f3d0e3a
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ it? There's several major benefits to this system:
of manual management.
* Every Zulip server can host correct API documentation for its
version, with the key variables (like the Zulip server URL) already
pre-sustituted for the user.
pre-substituted for the user.
* We're able to share implementation language and visual styling with
our Help Center, which is especially useful for the extensive
non-REST API documentation pages (e.g. our bot framework).