Skip to content

Commit 1b15198

Browse files
2 parents bf7dcfd + 10e35d1 commit 1b15198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sample project motivated by [video by David East](https://www.youtube.com/watch?
1212

1313
### Saves The Following Data Structure
1414
I am starting to integrated typescript into my examples since I am seeing questions about types popping up in the forums. The `IModalData` is the structure of the data that is written to firebase
15-
```
15+
```javascript
1616
type IModalData = {
1717
podcastName: string;
1818
podcastHost: string;

0 commit comments

Comments
 (0)