File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ export const ALL_EXPERIMENTS = experiments({
102
102
shortDescription : "Allow Firebase Rules to reference resources in other services" ,
103
103
} ,
104
104
internaltesting : {
105
- shortDescription : "Exposes Firebase CLI commands intended for internal uses ." ,
105
+ shortDescription : "Exposes Firebase CLI commands intended for internal testing purposes ." ,
106
106
fullDescription :
107
- "Exposes Firebase CLI commands intended for internal uses . " +
108
- "Internal commands are not meant for public consumption and may break or disappear" +
109
- "without notice." ,
107
+ "Exposes Firebase CLI commands intended for internal testing purposes . " +
108
+ "These commands are not meant for public consumption and may break or disappear " +
109
+ "without a notice." ,
110
110
} ,
111
111
} ) ;
112
112
You can’t perform that action at this time.
0 commit comments