Skip to content

Commit 1010f6a

Browse files
benjaminbeckerjebrosen
authored andcommitted
Fix typo in configuration guide: 'AssertsDir' -> 'AssetsDir'.
1 parent 94a222f commit 1010f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/guide/9-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ assets_dir = "prod_assets/"
185185
The following code will:
186186

187187
1. Read the configuration parameter in an ad-hoc `attach` fairing.
188-
2. Store the parsed parameter in an `AssertsDir` structure in managed state.
188+
2. Store the parsed parameter in an `AssetsDir` structure in managed state.
189189
3. Retrieve the parameter in an `assets` route via the `State` guard.
190190

191191
```rust

0 commit comments

Comments
 (0)