From 382300935aa496ecf8a86cb0393813288d66f04e Mon Sep 17 00:00:00 2001 From: YulyGP <71304589+YulyGP@users.noreply.github.com> Date: Fri, 15 Jan 2021 13:47:47 -0600 Subject: [PATCH] docs: add an article to activitytimeline example --- src/components/ActivityTimeline/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ActivityTimeline/readme.md b/src/components/ActivityTimeline/readme.md index 6225c54e2..231579724 100644 --- a/src/components/ActivityTimeline/readme.md +++ b/src/components/ActivityTimeline/readme.md @@ -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';