Skip to content

Commit 3e7f29b

Browse files
Apply suggestions from code review
Co-authored-by: Sharon Adewusi <[email protected]>
1 parent c0037fe commit 3e7f29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/getting-started/04-full-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ If you can't, choose a verb that describes what the user is trying to do in your
252252
- **Clicked** - Catch-all for events where a user activated some part of the UI but no other verb captures the intent.
253253
- **Created/Deleted** - The user- or system-initiated action of creating or deleting an object (for example, new search, favorite, post).
254254
- **Displayed/Hidden** - The user- or system-initiated action of hiding or displaying an element.
255-
- **Enabled/Disabled** - Enabling or disabling some feature (For example, audible alarms, or emails).
255+
- **Enabled/Disabled** - Enabling or disabling some feature (for example, audible alarms, or emails).
256256
- **Refreshed** - When a set of search results is refreshed.
257257
- **Searched** - When an app is searched.
258258
- **Selected** - User clicked on an individual search result.
259259
- **Sorted** - The user or UI action that causes data in a table, for example, to be sorted.
260260
- **Unposted** - Making a previously publicly-viewable posting private.
261-
- **Updated** - The user action that initiates an update to an object (profile, password, or search); typically be making a call to the backend, or the the system having actually completed the update (often this tracking call will be made in response to a server-side response indicating that the object was updated, which may or may not have an impact on the UI).
261+
- **Updated** - The user action that initiates an update to an object (profile, password, or search). This might be a backend call or the system completing an update. This tracking call is often made in response to a server-side response indicating that the object was updated (which may or may not have an impact on the UI).
262262
- **Viewed** - The user viewed something.
263263

264264

0 commit comments

Comments
 (0)