Skip to content

Commit 624fcc6

Browse files
gkelloggdlongley
authored andcommitted
Update lib/expand.js
Co-Authored-By: Dave Longley <[email protected]>
1 parent 62daad6 commit 624fcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/expand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ function _expandObject({
751751
if('@value' in element) {
752752
const value = element['@value'];
753753
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.
754+
// allow any value, to be verified when the object is fully expanded and the @type is @json.
755755
} else if((_isObject(value) || _isArray(value)) && !options.isFrame) {
756756
throw new JsonLdError(
757757
'Invalid JSON-LD syntax; "@value" value must not be an ' +

0 commit comments

Comments
 (0)