Skip to content

Commit bca4f63

Browse files
authored
Apply suggestions from code review
1 parent a918d83 commit bca4f63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en-us/production/monetization/developer-products.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ You can also combine functions inside a `Class.LocalScript|LocalScript`. For exa
113113

114114
```lua
115115
local MarketplaceService = game:GetService("MarketplaceService")
116-
local player = game:GetSerivce("Players").LocalPlayer
116+
local Players = game:GetService("Players")
117+
118+
local player = Players.LocalPlayer
117119
local button = script.Parent
118120

119121
-- Replace the placeholder ID with your developer product ID

0 commit comments

Comments
 (0)