@@ -16,7 +16,7 @@ shed the bad decision that you inevitably make over the course of
1616development, and start from scratch.
1717
1818You’ll find that plumber2 is very similar to plumber in a lot of ways,
19- but diverts in key areas, resulting in API incompitability between the
19+ but diverts in key areas, resulting in API incompatibility between the
2020two packages. Because of this you may need to update your plumber APIs
2121if switching to plumber2.
2222
@@ -35,7 +35,7 @@ pak::pak("posit-dev/plumber2")
3535
3636At this point in the development feedback is crucial. If you do decide
3737to try out plumber2, please share your experience, both good and bad,
38- and ask question as it informs us about where to spend more time with
38+ and ask questions as it informs us about where to spend more time with
3939documentation.
4040
4141## Hello World
@@ -101,7 +101,7 @@ and `body` argument respectively. As can be seen above they also use
101101different tags in the documentation.
102102
103103Speaking of documentation, the parsing of plumber blocks have been
104- greatly improved. It is now build upon roxygen2, so it follows that
104+ greatly improved. It is now built upon roxygen2, so it follows that
105105convention, allowing multiline tags and defaulting to the first line as
106106title and proceeding untagged lines as description. The ability to
107107define input and output types has also been greatly expanded, adding the
@@ -110,7 +110,7 @@ above) define enum (factors) to name a few. All input will get type
110110checked and default value imputed if missing.
111111
112112For the ` /plot ` handler you can also see that it specifies multiple
113- serializers. Doing so will allow the client to request it’s prefered
113+ serializers. Doing so will allow the client to request its preferred
114114response format using the ` Accept ` header. Plumber2 will then perform
115115content negotiation to figure out the best response format based on what
116116it supports and what the client prefers.
0 commit comments