diff --git a/docs/Classes/index.md b/docs/Classes/index.md index 582e45a87..4ef5c752d 100644 --- a/docs/Classes/index.md +++ b/docs/Classes/index.md @@ -14,7 +14,7 @@ General description of Classes Networking attributes are added to member functions of NetworkBehaviour scripts, to make them run on either the client or server. - [SyncVars](SyncVars) SyncVars are variables of scripts that inherit from NetworkBehaviour, which are synchronized from the server to clients. -- [SyncEvents](SyncEvents) +- [SyncEvents](SyncEvent) SyncEvents are networked events like ClientRpc’s, but instead of calling a function on the GameObject, they trigger Events instead. - [SyncLists](SyncLists) SyncLists contain lists of values and synchronize data from servers to clients.