Skip to content

Commit f1c45dc

Browse files
committed
Fix grammar and spelling issues in README
1 parent f1d46b9 commit f1c45dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ const decoder = new Decoder(state);
246246
decoder.decode(encodedBytes);
247247
```
248248

249-
### Backwards/forwards compability
249+
### Backwards/forwards compatibility
250250

251-
Backwards/fowards compatibility is possible by declaring new fields at the
251+
Backwards/forwards compatibility is possible by declaring new fields at the
252252
end of existing structures, and earlier declarations to not be removed, but
253253
be marked `@deprecated()` when needed.
254254

@@ -307,10 +307,10 @@ Each Colyseus SDK has its own decoder implementation of the `@colyseus/schema` p
307307

308308
## Why
309309

310-
Initial thoghts/assumptions, for Colyseus:
310+
Initial thoughts/assumptions, for Colyseus:
311311
- little to no bottleneck for detecting state changes.
312-
- have a schema definition on both server and client
313-
- better experience on staticaly-typed languages (C#, C++)
312+
- have a schema definition on both the server and the client
313+
- better experience on statically-typed languages (C#, C++)
314314
- mutations should be cheap.
315315

316316
Practical Colyseus issues this should solve:

0 commit comments

Comments
 (0)