Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Nov 19, 2024
1 parent 4ab3233 commit ac55491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ print(tagName);
kvpairs = Ext.list("kv-pairs");
print(kvpairs);
kvIds = split(kvpairs,",");
kvName = Ext.getName("kvName", kvIds[0]);
kvName = Ext.getName("kv-pair", kvIds[0]);
print(kvName);
```

Expand Down

0 comments on commit ac55491

Please sign in to comment.