We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a991e6 commit bdcd0eaCopy full SHA for bdcd0ea
README.md
@@ -135,8 +135,8 @@ Take a look at how this pattern may be applied in the table below.
135
136
| Name | Prefix | Action (A) | High context (HC) | Low context (LC) |
137
| ---------------------- | -------- | ---------- | ----------------- | ---------------- |
138
-| `getPost` | | `get` | `Post` | |
139
-| `getPostData` | | `get` | `Post` | `Data` |
+| `getUser` | | `get` | `User` | |
+| `getUserMessages` | | `get` | `User` | `Messages` |
140
| `handleClickOutside` | | `handle` | `Click` | `Outside` |
141
| `shouldDisplayMessage` | `should` | `Display` | `Message` | |
142
0 commit comments