Skip to content

Commit

Permalink
Update registry.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF authored Aug 22, 2024
1 parent 8f6d868 commit 7df25b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-api/docs/platform/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Registry object gives access to the content in the repository and also the pre-d
import { registry } from "sdk/platform";
import { response } from "sdk/http";

let text = registry.getText("platform/registry.js");
let text = registry.getText("modules/src/platform/registry.ts");

response.println(text);
response.flush();
Expand Down

0 comments on commit 7df25b0

Please sign in to comment.