Skip to content

Commit

Permalink
docs: add an article to activitytimeline example
Browse files Browse the repository at this point in the history
  • Loading branch information
YulyGP committed Jan 15, 2021
1 parent 0b99d2b commit 3823009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActivityTimeline/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const container = { width: 500, margin: 'auto', marginTop: 36, };
```

# ActivityTimeline as accordion
##### ActivityTimeline can be used as accordion. You can do so by implementing the `variant` prop.
##### ActivityTimeline can be used as an accordion. You can do so by implementing the `variant` prop.

```js
import React, { useState, useMemo, useCallback, useEffect } from 'react';
Expand Down

0 comments on commit 3823009

Please sign in to comment.