Skip to content

Commit 8fb9141

Browse files
committed
docs: drop em dashes from pairing redirect format section
1 parent 8a2ca0a commit 8fb9141

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/external-api/pairing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ The plaintext token is held in memory only. The token store keeps the hashed for
9595

9696
TablePro opens the `redirect` URL with `NSWorkspace.shared.open(...)`. The encoding depends on the redirect scheme:
9797

98-
- **`raycast://...`** TablePro appends `?context={"code":"<uuid>"}` (URL-encoded JSON). Raycast parses `context` and passes it to the receiving command as `LaunchProps.launchContext`. This matches Raycast's documented launch-context convention.
99-
- **Anything else** (`http://127.0.0.1:<port>/callback`, custom schemes) TablePro appends `?code=<uuid>` as a flat query parameter. Standard OAuth-callback shape.
98+
- **`raycast://...`**: TablePro appends `?context={"code":"<uuid>"}` (URL-encoded JSON). Raycast parses `context` and passes it to the receiving command as `LaunchProps.launchContext`. This matches Raycast's documented launch-context convention.
99+
- **Anything else** (`http://127.0.0.1:<port>/callback`, custom schemes): TablePro appends `?code=<uuid>` as a flat query parameter. Standard OAuth-callback shape.
100100

101101
### 6. Extension exchanges the code
102102

0 commit comments

Comments
 (0)