Skip to content

Commit 3c3aae6

Browse files
committed
fix a typo
1 parent f7f53f0 commit 3c3aae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/src/main/java/com/google/firebase/samples/config/Configure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private static void getTemplate() throws IOException {
6767
}
6868

6969
/**
70-
* Prints the last 5 available Firebase Remote Config template metadata from the server.
70+
* Prints the last 5 available Firebase Remote Config template metadata from the server.
7171
*/
7272
private static void getVersions() {
7373
ListVersionsOptions listVersionsOptions = ListVersionsOptions.builder().setPageSize(5).build();

0 commit comments

Comments
 (0)