From 47ed7598a5c39fabfab37cc2d803dae5172c4903 Mon Sep 17 00:00:00 2001 From: Janis Gailis Date: Mon, 11 Sep 2017 14:27:52 +0200 Subject: [PATCH] Fix typos in documentation --- doc/source/developer_guide/dg_operation_development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/developer_guide/dg_operation_development.rst b/doc/source/developer_guide/dg_operation_development.rst index 6b6b74d23..a089a7af7 100644 --- a/doc/source/developer_guide/dg_operation_development.rst +++ b/doc/source/developer_guide/dg_operation_development.rst @@ -560,7 +560,7 @@ Operation development checklist * Does the operation drop valuable global or variable attributes when it shouldn't? -* Does the operation produce an outputs of an appropriate type? +* Does the operation produce outputs of appropriate types? * Are other operations imported correctly if used? * Is the operation well tested? @@ -571,7 +571,7 @@ Operation development checklist * Do the tests run resonably fast? * Is the operation properly documented? -* Is the operation proprely tagged? +* Is the operation properly tagged? When a newly created operation coresponds to this checklist well, it can be said with some certainty that the operation behaves well with respect to the Cate