Skip to content

Commit

Permalink
docs(api/conventions): fix a typo (#3598)
Browse files Browse the repository at this point in the history
* docs(api/conventions): fix a typo

* sign CLA
  • Loading branch information
juliaqiuxy authored Jul 2, 2022
1 parent 2dcfd2d commit a450b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
- jstafman
- juhanakristian
- JulesBlm
- juliaqiuxy
- justinnoel
- juwiragiye
- jveldridge
Expand Down
2 changes: 1 addition & 1 deletion docs/api/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 1

# Conventions

A lot of Remix APIs aren't imported from the `"@remix-run/*"` packages, but are instead conventions and exports from _your_ application modules. When you `import from "@remix-run/*"`, _you are calling Remix_, but these APIs are when _Remix calls your code_.
A lot of Remix APIs aren't imported from the `"@remix-run/*"` packages, but are instead conventions and exports from _your_ application modules. When you `import from "@remix-run/*"`, _you are calling Remix_, but these APIs are consumed when _Remix calls your code_.

## remix.config.js

Expand Down

0 comments on commit a450b9f

Please sign in to comment.