Fix: typo in docs

main
Jackson Morgan 1 year ago
parent 2dbbca9df5
commit 036c26f797
  1. 4
      packages/solid/src/methods.ts

@ -22,7 +22,7 @@ import type { SolidLdoTransactionDataset } from "./SolidLdoTransactionDataset";
*
* const profile = solidLdoDataset
* .using(ProfileShapeType)
* .fromSubject("https://example.com/proifle#me");
* .fromSubject("https://example.com/profile#me");
* const resource = solidLdoDataset.getResource("https://example.com/profile");
*
* const cProfile = changeData(profile, resource);
@ -60,7 +60,7 @@ export function changeData<Type extends LdoBase>(
*
* const profile = solidLdoDataset
* .using(ProfileShapeType)
* .fromSubject("https://example.com/proifle#me");
* .fromSubject("https://example.com/profile#me");
* const resource = solidLdoDataset.getResource("https://example.com/profile");
*
* const cProfile = changeData(profile, resource);

Loading…
Cancel
Save