Skip to content

Commit

Permalink
docs: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wad4444 committed May 31, 2024
1 parent 7c82793 commit 58fe189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/api/effect-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If true, disables [a memory leak warning](../tutorial/guide/manual-destruction.m
### `new(...) -> ServerProxy`
Used on server. Creates an [effect proxy](./server-proxy.md) and broadcasts every called method to clients.

### `new(...) -> ClientProxy`
### `locally(...) -> ClientProxy`
Used on client. Creates your effect locally and returns a [client proxy](./client-proxy.md).

## Methods
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/refx.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Requires all module scripts in a directory when client starts. Can only be calle
**`Parameters:`**
* Directory: `Instance`

## `Start(directory)` **@client**
## `Start()` **@client**
Starts the client and requires all registered module scripts.

0 comments on commit 58fe189

Please sign in to comment.