Skip to content

Commit 9a8d2f9

Browse files
committed
docs: fix a list formatting issue.
1 parent 2ae0ed7 commit 9a8d2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/app/templates/docs/ts-guide/using-ts-effectively.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Some specific tips for success on the technical front:
3232

3333
- Go more slowly, but write down at least minimally accurate types as you go. (This is easier if you follow the leaves-first strategy recommended above.) This is much harder, but allows you to have much higher confidence as you work through the app.
3434

35-
There is an inherent tradeoff between these two approaches; which works best will depend on your team and your app.
35+
There is an inherent tradeoff between these two approaches; which works best will depend on your team and your app.
3636

3737
You may find the blog series ["Typing Your Ember"][typing-your-ember] helpful as it walks you through not only how to install but how to most effectively use TypeScript in an Ember app today, and gives some important info on the background and roadmap for the project.
3838

0 commit comments

Comments
 (0)