Skip to content

Commit fc1ce03

Browse files
committed
Code format COOKIE
1 parent d278dcf commit fc1ce03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-devsite/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Firebase Authentication
150150
| --- | --- |
151151
| [ActionCodeOperation](./auth.md#actioncodeoperation) | An enumeration of the possible email action types. |
152152
| [AuthErrorCodes](./auth.md#autherrorcodes) | A map of potential <code>Auth</code> error codes, for easier comparison with errors thrown by the SDK. |
153-
| [browserCookiePersistence](./auth.md#browsercookiepersistence) | <b><i>(Public Preview)</i></b> An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'COOKIE', for use on the client-side in applications leveraging hybrid rendering and middleware. |
153+
| [browserCookiePersistence](./auth.md#browsercookiepersistence) | <b><i>(Public Preview)</i></b> An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type <code>COOKIE</code>, for use on the client-side in applications leveraging hybrid rendering and middleware. |
154154
| [browserLocalPersistence](./auth.md#browserlocalpersistence) | An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type <code>LOCAL</code> using <code>localStorage</code> for the underlying storage. |
155155
| [browserPopupRedirectResolver](./auth.md#browserpopupredirectresolver) | An implementation of [PopupRedirectResolver](./auth.popupredirectresolver.md#popupredirectresolver_interface) suitable for browser based applications. |
156156
| [browserSessionPersistence](./auth.md#browsersessionpersistence) | An implementation of [Persistence](./auth.persistence.md#persistence_interface) of <code>SESSION</code> using <code>sessionStorage</code> for the underlying storage. |

packages/auth/src/platform_browser/persistence/cookie_storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class CookiePersistence implements PersistenceInternal {
143143
}
144144

145145
/**
146-
* An implementation of {@link Persistence} of type 'COOKIE', for use on the client-side in
146+
* An implementation of {@link Persistence} of type `COOKIE`, for use on the client-side in
147147
* applications leveraging hybrid rendering and middleware.
148148
*
149149
* @remarks This persistence method requires companion middleware to function, such as that provided

0 commit comments

Comments
 (0)