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

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 13, 2024

  1. Correct a typo and Clarify an incorrect import

    - 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:"
    Pinz88 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a93aa4c View commit details
    Browse the repository at this point in the history