summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWes Kocher <wkocher@mozilla.com>2016-01-15 21:44:58 +0100
committerDylan Hardison <dylan@mozilla.com>2016-01-15 21:44:58 +0100
commit64aae1576fb55a70016bb736e7532f94450ab9c2 (patch)
treed210e5e577fa37490c86b76fab9375342767c204 /docs
parent817a95536530c6ee673407da15fe1af07e4aa4aa (diff)
downloadbugzilla-64aae1576fb55a70016bb736e7532f94450ab9c2.tar.gz
bugzilla-64aae1576fb55a70016bb736e7532f94450ab9c2.tar.xz
Bug 1240157 - Fix a typo in bug.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/api/core/v1/bug.rst2
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 cddde0665..26c89fa86 100644
--- a/docs/en/rst/api/core/v1/bug.rst
+++ b/docs/en/rst/api/core/v1/bug.rst
@@ -785,7 +785,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