Skip to content

Commit 7a84995

Browse files
metapragmayyx990803
authored andcommitted
Add missing word (vuejs#169)
1 parent b9bc35c commit 7a84995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/universal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Writing Universal Code
22

3-
Before going further, let's take a moment to discuss the constraints when writing "universal" code - that is, code that runs on both the server and the client. Due to use case and platform API differences, the behavior of our code will not be exactly the same when running in different environments. Here we will go over the key things you need to aware of.
3+
Before going further, let's take a moment to discuss the constraints when writing "universal" code - that is, code that runs on both the server and the client. Due to use case and platform API differences, the behavior of our code will not be exactly the same when running in different environments. Here we will go over the key things you need to be aware of.
44

55
## Data Reactivity on the Server
66

0 commit comments

Comments
 (0)