Skip to content

Commit

Permalink
docs: 文档勘误
Browse files Browse the repository at this point in the history
  • Loading branch information
Hickays authored and boyongjiong committed Sep 20, 2024
1 parent f58a547 commit b3ee65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/src/tutorial/advanced/react/Portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Button, Card, Divider } from 'antd';
import '@logicflow/core/es/index.css';
import './index.less';

const LFReactPortalProvider = Portal.getProvider(); // 注意,一个 LogicFlow 实例只能生命一个 portal provider
const LFReactPortalProvider = Portal.getProvider(); // 注意,一个 LogicFlow 实例只能声明一个 portal provider
const ThemeContext = React.createContext('light');

const NodeComponent: FC<ReactNodeProps> = ({ node }) => {
Expand Down

0 comments on commit b3ee65c

Please sign in to comment.