Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit a55bcf4

Browse files
docs(index.md): fix typo and english grammar (#39)
* docs(index.md): fix typo (braking -> breaking) * docs(index.md): rectify the usage of the word `recommend` The English word `recommend` should not be followed by 'someone to do'; instead, it should be followed by '(that) someone (should) do' or 'doing'.
1 parent 7e9f074 commit a55bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ To sum up, there are two viable styles:
730730

731731
2. Use `reactive` whenever you can, and remember to use `toRefs` when returning reactive objects from composition functions. This reduces the mental overhead of refs but does not eliminate the need to be familiar with the concept.
732732

733-
At this stage, we believe it is too early to mandate a best practice on `ref` vs. `reactive`. We recommend you to go with the style that aligns with your mental model better from the two options above. We will be collecting real world user feedback and eventually provide more definitive guidance on this topic.
733+
At this stage, we believe it is too early to mandate a best practice on `ref` vs. `reactive`. We recommend you go with the style that aligns with your mental model better from the two options above. We will be collecting real world user feedback and eventually provide more definitive guidance on this topic.
734734

735735
### Verbosity of the Return Statement
736736

0 commit comments

Comments
 (0)