Fix typo in new-feature-tutorial.md

This commit is contained in:
vinitS101 2019-02-04 02:54:18 +05:30 committed by Rishi Gupta
parent 001ec76e1f
commit 0c37b9f116
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ This tutorial will walk through adding a new feature to a Realm (an
organization in Zulip). The following files are involved in the process:
**Backend**
- `zerver/model.py`: Defines the database model.
- `zerver/models.py`: Defines the database model.
- `zerver/views/realm.py`: The view function that implements the API endpoint
for editing realm objects.
- `zerver/lib/actions.py`: Contains code for updating and interacting with the database.