Skip to content

Commit

Permalink
Docs: fix regex syntax in SDK examples
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Jun 11, 2024
1 parent 6904e4e commit 099cbb0
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 099cbb0

Please sign in to comment.