Skip to content

Commit 29a737f

Browse files
authored
Review Firestore Protos (#13380)
1 parent 6ecb4ce commit 29a737f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firestore/Protos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ make -j generate_protos
1717
Verify diffs, make sure tests still pass, and create a PR.
1818

1919
### Updating to a new nanopb version:
20-
* Modify verion in [nanopb.cmake](cmake/external/nanopb.cmake).
20+
* Modify version in [nanopb.cmake](cmake/external/nanopb.cmake).
2121
* Build.
2222
* Note build failure.
2323
* Plug expected hash into [nanopb.cmake](cmake/external/nanopb.cmake).

Firestore/Protos/protos/google/api/http.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ message Http {
3333
// **NOTE:** All service configuration rules follow "last one wins" order.
3434
repeated HttpRule rules = 1;
3535

36-
// When set to true, URL path parmeters will be fully URI-decoded except in
36+
// When set to true, URL path parameters will be fully URI-decoded except in
3737
// cases of single segment matches in reserved expansion, where "%2F" will be
3838
// left encoded.
3939
//

0 commit comments

Comments
 (0)