Skip to content

Commit e560757

Browse files
authored
Merge pull request codediodeio#104 from notunderctrl/remove-repetition
Fix word repetition
2 parents 55c7e11 + 87f89f6 commit e560757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/guide/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm i sveltefire firebase
1818

1919
### 2. Initialize
2020

21-
Initialize Firebase and add add the `FirebaseApp` component to the component tree. Typically, this is done in the root `+layout.svelte` file to access Firebase in all pages.
21+
Initialize Firebase and add the `FirebaseApp` component to the component tree. Typically, this is done in the root `+layout.svelte` file to access Firebase in all pages.
2222

2323
#### +layout.svelte
2424
```svelte
@@ -84,4 +84,4 @@ Or you can use components to more easily pass data around. Notice how slot props
8484
<p>{post.content}</p>
8585
{/each}
8686
</Collection>
87-
```
87+
```

0 commit comments

Comments
 (0)