Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #238 from chanh-t/fix-typo
Browse files Browse the repository at this point in the history
Fixed inconsistent syntax than example in docs/services.md
  • Loading branch information
Sleitnick authored Dec 24, 2023
2 parents bb3c717 + 3a2c912 commit 65311cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ end)

### Events (Server-to-Client)

We can use remote signals to fire events from the server to the clients. Continuing with the previous PointsService example, let's create a signal that fires when a client's points change. We can use `Knit:CreateSignal()` to indicate we want a signal created for the service.
We can use remote signals to fire events from the server to the clients. Continuing with the previous PointsService example, let's create a signal that fires when a client's points change. We can use `Knit.CreateSignal()` to indicate we want a signal created for the service.

```lua
local PointsService = Knit.CreateService {
Expand Down

0 comments on commit 65311cb

Please sign in to comment.