Skip to content

Commit e5e4264

Browse files
committed
fix(nlu): add missing space
1 parent a3cc172 commit e5e4264

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/pages/features/nlu.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
import React from 'react'
1+
import * as styles from '../../styles/features.css'
2+
3+
import Create from '../../components/Create'
24
import FeatureCallout from '../../components/features/FeatureCallout'
35
import Header from '../../components/features/Header'
4-
import Section from '../../components/features/Section'
56
import Layout from '../../components/Layout'
7+
import React from 'react'
68
import SEO from '../../components/SEO'
7-
import * as styles from '../../styles/features.css'
9+
import Section from '../../components/features/Section'
810
import { StaticImage } from 'gatsby-plugin-image'
9-
import Create from '../../components/Create'
1011

1112
export default function NLUPage() {
1213
return (
@@ -40,7 +41,7 @@ export default function NLUPage() {
4041
you've configured in another system, or use our{' '}
4142
<a href="/docs/machine-learning/nlu-training-data">
4243
training data format
43-
</a>
44+
</a>{' '}
4445
to create your own.
4546
</p>
4647
</Section>

0 commit comments

Comments
 (0)