diff --git a/docs/user_guide/api_access.md b/docs/user_guide/api_access.md index 0b8f1fe2e2..da65d7929a 100644 --- a/docs/user_guide/api_access.md +++ b/docs/user_guide/api_access.md @@ -30,7 +30,7 @@ curl -X POST -H "Authorization: admintoken" https://app.unleash-hosted.com/demo/api/admin/features/Demo/toggle/on ``` -**Great success!** We have now enabled the feature toggle. We can also verify that it was actually change by the API user by navigating to the history (audit log) for this feature toggle. +**Great success!** We have now enabled the feature toggle. We can also verify that it was actually changed by the API user by navigating to the history (audit log) for this feature toggle. ![Create token](../assets/api_access_history.png)