Skip to content

Commit 0078352

Browse files
committed
Word smith-ing.
1 parent 89e6c17 commit 0078352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/experiments.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ export const ALL_EXPERIMENTS = experiments({
102102
shortDescription: "Allow Firebase Rules to reference resources in other services",
103103
},
104104
internaltesting: {
105-
shortDescription: "Exposes Firebase CLI commands intended for internal uses.",
105+
shortDescription: "Exposes Firebase CLI commands intended for internal testing purposes.",
106106
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.",
110110
},
111111
});
112112

0 commit comments

Comments
 (0)