Update REVIEWING.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-10-20 09:45:38 +02:00
committed by GitHub
parent 599b9d0069
commit dacd03daf8
+1 -1
View File
@@ -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: