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 62daad6 commit 624fcc6Copy full SHA for 624fcc6
lib/expand.js
@@ -751,7 +751,7 @@ function _expandObject({
751
if('@value' in element) {
752
const value = element['@value'];
753
if(element['@type'] === '@json' && _processingMode(activeCtx, 1.1)) {
754
- // Sllow any value, to be verified when the object is fully expanded and the @type is @json.
+ // allow any value, to be verified when the object is fully expanded and the @type is @json.
755
} else if((_isObject(value) || _isArray(value)) && !options.isFrame) {
756
throw new JsonLdError(
757
'Invalid JSON-LD syntax; "@value" value must not be an ' +
0 commit comments