diff options
author | Wes Kocher <wkocher@mozilla.com> | 2016-01-15 21:41:04 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-01-15 21:41:04 +0100 |
commit | 864d9b8f7988fa8e1f069c96956573fc67ebccfa (patch) | |
tree | e53374b570ae64540e3a862c485f97c18ec049fb | |
parent | 38e12dd8a2c0b35391f20b60e9e3e8643c08f404 (diff) | |
download | bugzilla-864d9b8f7988fa8e1f069c96956573fc67ebccfa.tar.gz bugzilla-864d9b8f7988fa8e1f069c96956573fc67ebccfa.tar.xz |
Bug 1240157 - Fix a typo in bug.rst
r=dylan,a=dylan
-rw-r--r-- | docs/en/rst/api/core/v1/bug.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst index cdf6a80ac..78a79fd45 100644 --- a/docs/en/rst/api/core/v1/bug.rst +++ b/docs/en/rst/api/core/v1/bug.rst @@ -791,7 +791,7 @@ deadline date The Deadline field is a date specifying when the dupe_of int The bug that this bug is a duplicate of. If you want to mark a bug as a duplicate, the safest thing to do is to set this value and *not* set - the ``status`` or ``resolutio`` fields. They will + the ``status`` or ``resolution`` fields. They will automatically be set by Bugzilla to the appropriate values for duplicate bugs. estimated_time double The total estimate of time required to fix the |