From dacd03daf84c53481b6df969da752a9bf875623e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 20 Oct 2022 09:45:38 +0200 Subject: [PATCH] Update REVIEWING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- REVIEWING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REVIEWING.md b/REVIEWING.md index cccbe90b3d..686844b88e 100644 --- a/REVIEWING.md +++ b/REVIEWING.md @@ -177,7 +177,7 @@ An important distinction to make when looking at changes to an API Report is the #### Input Types -A input type is one where a value needs to be provided by users of the package. The most common form of input type are function, constructor, and method parameters. +An input type is one where a value needs to be provided by users of the package. The most common form of input type are function, constructor, and method parameters. The following is an example where `MyComponentProps` is an input type: