We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebf53f commit a3ae6b6Copy full SHA for a3ae6b6
src/providers/remoteConfig.ts
@@ -148,7 +148,7 @@ export interface TemplateVersion {
148
* [`RemoteConfigUser`](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser).
149
*/
150
export interface RemoteConfigUser {
151
- /** Name of the Remote Config account that performed an update. */
+ /** Name of the Remote Config account that performed the update. */
152
name?: string;
153
154
/** Email address of the Remote Config account that performed an update. */
0 commit comments