Merge pull request #37 from o-development/fix/doc-typo

Fix: typo in docs
main
jaxoncreed 1 year ago committed by GitHub
commit c115e22ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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