Skip to content

Commit

Permalink
Word smith-ing.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Dec 1, 2022
1 parent 84adc58 commit 19cb747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/experiments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ export const ALL_EXPERIMENTS = experiments({
shortDescription: "Allow Firebase Rules to reference resources in other services",
},
internaltesting: {
shortDescription: "Exposes Firebase CLI commands intended for internal uses.",
shortDescription: "Exposes Firebase CLI commands intended for internal testing purposes.",
fullDescription:
"Exposes Firebase CLI commands intended for internal uses. " +
"Internal commands are not meant for public consumption and may break or disappear" +
"without notice.",
"Exposes Firebase CLI commands intended for internal testing purposes. " +
"These commands are not meant for public consumption and may break or disappear " +
"without a notice.",
},
});

Expand Down

0 comments on commit 19cb747

Please sign in to comment.