Skip to content

Commit 1a1a75f

Browse files
fix typo in llms.txt (#97)
## 💸 TL;DR <!-- What's the three sentence summary of purpose of the PR --> A typo in https://developers.reddit.com/docs/llms-full.txt was reported. `onModActions` was changed to `onModAction` which is correct
1 parent 05209a4 commit 1a1a75f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/capabilities/server/triggers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Event triggers let your app automatically respond to a user's or moderator's act
2828
- `onPostSpoilerUpdate`
2929
- `onAppInstall`
3030
- `onAppUpgrade`
31-
- `onModActions`
31+
- `onModAction`
3232
- `onModMail`
3333
- `onAutomoderatorFilterPost`
3434
- `onAutomoderatorFilterComment`

versioned_docs/version-0.12/capabilities/server/triggers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Event triggers let your app automatically respond to a user's or moderator's act
2828
- `onPostSpoilerUpdate`
2929
- `onAppInstall`
3030
- `onAppUpgrade`
31-
- `onModActions`
31+
- `onModAction`
3232
- `onModMail`
3333
- `onAutomoderatorFilterPost`
3434
- `onAutomoderatorFilterComment`

0 commit comments

Comments
 (0)