Commit 5656588e authored by Alper Akgun's avatar Alper Akgun

Fix typo due to missed suggestion

parent 1b8718e2
...@@ -372,7 +372,7 @@ w ...@@ -372,7 +372,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