Skip to content

Commit

Permalink
Add punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Dec 4, 2023
1 parent 2a90ebb commit bc1e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe-core-sdk/auth-kit/reference/SafeAuthPack.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ AuthKitSignInData {

**Caveats**

- The `txServiceUrl` should be used with custom Transaction services endpoints. If empty, the default Safe Transaction Service domain will be used if we have it deployed in the corresponding chain
- The `txServiceUrl` should be used with custom Transaction services endpoints. If empty, the default Safe Transaction service domain will be used if we have it deployed in the corresponding chain.

Check failure on line 134 in safe-core-sdk/auth-kit/reference/SafeAuthPack.md

View workflow job for this annotation

GitHub Actions / vale

[vale] safe-core-sdk/auth-kit/reference/SafeAuthPack.md#L134

[Vale.Terms] Use 'Safe Transaction Service' instead of 'Safe Transaction service'.
Raw output
{"message": "[Vale.Terms] Use 'Safe Transaction Service' instead of 'Safe Transaction service'.", "location": {"path": "safe-core-sdk/auth-kit/reference/SafeAuthPack.md", "range": {"start": {"line": 134, "column": 103}}}, "severity": "ERROR"}

Check failure on line 134 in safe-core-sdk/auth-kit/reference/SafeAuthPack.md

View workflow job for this annotation

GitHub Actions / vale

[vale] safe-core-sdk/auth-kit/reference/SafeAuthPack.md#L134

[Microsoft.Contractions] Use 'we've' instead of 'we have'.
Raw output
{"message": "[Microsoft.Contractions] Use 'we've' instead of 'we have'.", "location": {"path": "safe-core-sdk/auth-kit/reference/SafeAuthPack.md", "range": {"start": {"line": 134, "column": 151}}}, "severity": "ERROR"}
- ⚠️ This method currently returns the Safe addresses where the EOA is an owner. It doesn't create a Safe. We're investigating ways to enhance the Auth Kit and the associated flows.

### `signOut(safeAuthSignOutOptions?)`
Expand Down

0 comments on commit bc1e3d8

Please sign in to comment.