We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fecc9e commit 40c84e7Copy full SHA for 40c84e7
test/v1/tck/steps/util.js
@@ -223,7 +223,7 @@ function printable(array) {
223
function getType(val) {
224
var labels = getLabels(val);
225
if (labels.length > 1) {
226
- throw new Error("Shuld be single type. Found many: " + labels)
+ throw new Error("Should be single type. Found many: " + labels)
227
}
228
if (labels.length === 0) {
229
return [];
0 commit comments