diff --git a/guide/src/format/configuration/general.md b/guide/src/format/configuration/general.md index b1fe49e4..a00247ec 100644 --- a/guide/src/format/configuration/general.md +++ b/guide/src/format/configuration/general.md @@ -7,7 +7,7 @@ Here is an example of what a ***book.toml*** file might look like: ```toml [book] title = "Example book" -author = "John Doe" +authors = ["John Doe"] description = "The example book covers examples." [rust]