Skip to content

Commit 96fdd27

Browse files
committed
Trying different syntax
1 parent 3e5518e commit 96fdd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/version-7-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ AngularFire no longer provides observables and functions as class methods, evert
8787
<tr>
8888
<td rowspan="3">AngularFirestore</td>
8989
<td>collection</td>
90-
<td class="highlight highlight-source-ts"><pre>import { collection } from 'firebase/firestore'</pre></td>
90+
<td><code class="language-ts">import { collection } from 'firebase/firestore'</code></td>
9191
</tr>
9292
<tr>
9393
<td>doc</td>

0 commit comments

Comments
 (0)