mirror of https://github.com/zulip/zulip.git
docs: Fix typo in hashchange-system.md.
Fixes a missing close parenthesis.
This commit is contained in:
parent
a2f43beef4
commit
76bff6e1ac
|
@ -14,7 +14,7 @@ Some examples are:
|
|||
"announce") selected.
|
||||
- `/#narrow/stream/42-android/topic/fun`: Message feed showing stream
|
||||
"android" and topic "fun". (The `42` represents the id of the
|
||||
stream.
|
||||
stream.)
|
||||
|
||||
The main module in the frontend that manages this all is
|
||||
`static/js/hashchange.js` (plus `hash_util.js` for all the parsing
|
||||
|
|
Loading…
Reference in New Issue