Skip to content

Commit

Permalink
Merge pull request #81 from AshikNesin/master
Browse files Browse the repository at this point in the history
Fix "documents" typo in upload modal
  • Loading branch information
timothycarambat committed Dec 1, 2023
2 parents 737a8f7 + a837427 commit 7f12cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function UploadModalNoKey() {
</div>
</div>
<p className="my-2 p-2 text-center text-sm text-orange-800">
This key will only be used for the embedding of documnets you
This key will only be used for the embedding of documents you
upload via {APP_NAME}.
</p>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function UploadModalNoKey() {
</div>
</div>
<p className="my-2 p-2 text-center text-sm text-orange-800">
This key will only be used for the embedding of documnets you
This key will only be used for the embedding of documents you
upload via {APP_NAME}.
</p>
</form>
Expand Down

0 comments on commit 7f12cbb

Please sign in to comment.