Skip to content

Commit dec18f7

Browse files
committed
spelling: should
1 parent dff9af9 commit dec18f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/tck/steps/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function printable(array) {
223223
function getType(val) {
224224
var labels = getLabels(val);
225225
if (labels.length > 1) {
226-
throw new Error("Shuld be single type. Found many: " + labels)
226+
throw new Error("Should be single type. Found many: " + labels)
227227
}
228228
if (labels.length === 0) {
229229
return [];

0 commit comments

Comments
 (0)