From 783142a18226206c2dde660df11d0cdf0418b3cb Mon Sep 17 00:00:00 2001 From: CreativeBuilds Date: Mon, 2 Dec 2019 10:01:44 -0500 Subject: [PATCH 1/2] Update auth.md The return value of the idToken() had a breaking style change for how markdown works as the "|" symbol cut off the rest of the line as Markdown thinks that | was closing the table. --- packages/rxfire/docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rxfire/docs/auth.md b/packages/rxfire/docs/auth.md index 099ec52dcd5..db764c331a5 100644 --- a/packages/rxfire/docs/auth.md +++ b/packages/rxfire/docs/auth.md @@ -62,7 +62,7 @@ The `idToken()` function creates an observable that emits the `idToken` refreshe | **function** | `idToken()` | | **params** | `auth.Auth` | | **import path** | `rxfire/auth` | -| **return** | `Observable` | +| **return** | `Observable` | #### TypeScript Example ```ts From e7861d1c74a127602f0eb0ed4f9a6f5a090e5cef Mon Sep 17 00:00:00 2001 From: James Daniels Date: Wed, 4 Dec 2019 13:29:26 -0800 Subject: [PATCH 2/2] Can escape the pipe instead --- packages/rxfire/docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rxfire/docs/auth.md b/packages/rxfire/docs/auth.md index db764c331a5..6f978dfe851 100644 --- a/packages/rxfire/docs/auth.md +++ b/packages/rxfire/docs/auth.md @@ -62,7 +62,7 @@ The `idToken()` function creates an observable that emits the `idToken` refreshe | **function** | `idToken()` | | **params** | `auth.Auth` | | **import path** | `rxfire/auth` | -| **return** | `Observable` | +| **return** | `Observable` | #### TypeScript Example ```ts