Skip to content

Commit 5d8addc

Browse files
authored
Update method descriptions for consistency
1 parent e5e583f commit 5d8addc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/docs/pages/plug-sdk/web/methods.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Use `isSearchAgentOpen` to determine whether the search agent is currently open
154154
window.plugSDK.isSearchAgentOpen
155155
```
156156

157-
This returns true if the search agent is open and false if it is closed.
157+
This returns `true` if the search agent is open and `false` if it is closed.
158158

159159
## Prefill search query in search agent
160160

@@ -177,7 +177,7 @@ window.plugSDK.addSessionProperties({
177177

178178
## Get session details
179179

180-
You can use the `getSessionDetails` method to fetch the session id and tab id of currently ongoing session. These details can then be passed across different domains to maintain the journey as a single, continuous session.
180+
You can use the `getSessionDetails` method to fetch the session ID and tab ID of currently ongoing session. These details can then be passed across different domains to maintain the journey as a single, continuous session.
181181

182182
```jsx
183183
const { sessionId, tabId } = window.plugSDK.getSessionDetails();

0 commit comments

Comments
 (0)