Skip to content

Commit

Permalink
Fix italics in readme (vercel#19441)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshdev authored Nov 24, 2020
1 parent 9ca1f39 commit d82a605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-dynamic-app-layout/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# With dynamic `App` layout example

Shows how to use _app.js to implement \_dynamic_ layouts for pages. This is achieved by attaching a static `Layout` property to each page that needs a different layout. In that way, once we use `_app.js` to wrap our pages, we can get it from `Component.Layout` and render it accordingly.
Shows how to use `pages/_app.js` to implement _dynamic_ layouts for pages. This is achieved by attaching a static `Layout` property to each page that needs a different layout. In that way, once we use `pages/_app.js` to wrap our pages, we can get it from `Component.Layout` and render it accordingly.

## Deploy your own

Expand Down

0 comments on commit d82a605

Please sign in to comment.