Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct a typo and Clarify an incorrect import #1138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Pinz88
Copy link

@Pinz88 Pinz88 commented Nov 13, 2024

  • Corrects a typo of som to some
  • Corrects the path
    • From: import routeStaticFilesFrom from "./util/routeStaticFilesFrom.ts";
    • To: import routeStaticFilesFrom from "./api/routeStaticFilesFrom.ts";

This aligns with the instruction above that states: "In your api directory create a new file called routeStaticFilesFrom.ts and add the following code:"

- Corrects a typo of `som` to `some`
- Corrects the path
   - From: import routeStaticFilesFrom from "./util/routeStaticFilesFrom.ts";
   - To: import routeStaticFilesFrom from "./api/routeStaticFilesFrom.ts";

This aligns with the instruction above that states:
"In your api directory create a new file called routeStaticFilesFrom.ts and add the following code:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant