Skip to content

Commit fef6882

Browse files
authored
Review FirebaseSessions non-source files (#13373)
1 parent 22b003c commit fef6882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseSessions/ProtoSupport/Protos/sessions.options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# Options for sessions.proto
1818
#
19-
# Important: Any strings or repeated fields should be speficied in this file as
19+
# Important: Any strings or repeated fields should be specified in this file as
2020
# type:FT_POINTER
2121
#
2222
# Eg: `# google_crashlytics.Report.sdk_version type:FT_POINTER`

FirebaseSessions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can override the Settings values fetched from the server using the app's Inf
4141
- **FirebaseSessionsSampingRate**: Float between 0 and 1 representing how often events are sent. 0 is drop everything, 1 is send everything.
4242

4343
### Updating the Proto
44-
#### Prerequesites
44+
#### Prerequisites
4545
To update the Sessions Proto, Protobuf is required. To install run:
4646

4747
```

0 commit comments

Comments
 (0)