diff --git a/en/universal.md b/en/universal.md index bb379459..7a10715d 100644 --- a/en/universal.md +++ b/en/universal.md @@ -1,6 +1,6 @@ # Writing Universal Code -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. +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. ## Data Reactivity on the Server