8000 typo fixes · makeuseofcode/React_DALL-E_API@9b26ad9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b26ad9

Browse files
committed
typo fixes
1 parent 7b39b4d commit 9b26ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/ImageGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function ImageGenerator() {
88
const [result, setResult] = useState("");
99
const [loading, setLoading] = useState(false);
1010
const [placeholder, setPlaceholder] = useState(
11-
"Search a lion with Paint Brushes paiting the monalisa paiting..."
11+
"Search a lion with Paint Brushes painting the mona lisa painting..."
1212
);
1313
const configuration = new Configuration({
1414
apiKey: process.env.REACT_APP_OPENAI_API_KEY,

0 commit comments

Comments
 (0)
0