docs: Fix typo in hashchange-system.md.

Fixes a missing close parenthesis.
This commit is contained in:
Noble Mittal 2022-07-22 23:45:16 +05:30 committed by GitHub
parent a2f43beef4
commit 76bff6e1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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