Skip to content

Commit

Permalink
Update website/docs/api/plugin-methods/lifecycle-apis.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
homotechsual and Josh-Cena authored Nov 5, 2022
1 parent ac6462f commit f426e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/api/plugin-methods/lifecycle-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ module.exports = function (context, options) {

Tags will be added as follows:

* `headTags` will be inserted before the closing `</head>` tag after scripts added by config.
* `preBodyTags` will be inserted after the opening `<body>` tag before any child elements.
* `postBodyTags` will be inserted before the closing `</body>` tag after all child elements.
- `headTags` will be inserted before the closing `</head>` tag after scripts added by config.
- `preBodyTags` will be inserted after the opening `<body>` tag before any child elements.
- `postBodyTags` will be inserted before the closing `</body>` tag after all child elements.

## `getClientModules()` {#getClientModules}

Expand Down

0 comments on commit f426e81

Please sign in to comment.