Skip to content

Commit b1ca46d

Browse files
CreativeBuildsjamesdaniels
authored andcommitted
docs(rxfire): fix the table layout on auth.md (#2396)
The pipe character (`|`) in the return value of `idToken()` was breaking the table. The pipe is now escaped properly for Markdown.
1 parent 6480d7f commit b1ca46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rxfire/docs/auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The `idToken()` function creates an observable that emits the `idToken` refreshe
6262
| **function** | `idToken()` |
6363
| **params** | `auth.Auth` |
6464
| **import path** | `rxfire/auth` |
65-
| **return** | `Observable<string | null>` |
65+
| **return** | `Observable<string\|null>` |
6666
6767
#### TypeScript Example
6868
```ts

0 commit comments

Comments
 (0)