Skip to content

Commit

Permalink
Docs: fix regex syntax in SDK examples (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Jun 12, 2024
1 parent 6904e4e commit 77bebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-apps-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Opts = {
};

const opts: Opts = {
allowedDomains: [/app.safe.global$/],
allowedDomains: [/^app\.safe\.global$/],
debug: false,
};

Expand Down

0 comments on commit 77bebee

Please sign in to comment.