Commit 9748207a authored by Mike Jang's avatar Mike Jang

Merge branch 'aa-fix-typo-missed-suggestion' into 'master'

Fix typo due to missed suggestion

See merge request gitlab-org/gitlab!43297
parents 8c7fdd36 5656588e
...@@ -395,7 +395,7 @@ w ...@@ -395,7 +395,7 @@ w
Example usage for an existing event already defined in [known events](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/usage_data_counters/known_events.yml): Example usage for an existing event already defined in [known events](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/usage_data_counters/known_events.yml):
Note that `usage_data_api` and `usage_data_#{event_name}` should be enabled in order to rack events using API. Note that `usage_data_api` and `usage_data_#{event_name}` should be enabled in order to be able to track events
```javascript ```javascript
import api from '~/api'; import api from '~/api';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment