Test-Driven React 2: nextButton should be prevButton (page 76)

@TrevorBurnham

const nextButton = screen.getByTestId("prev-button");
Small copy paste error, apparently.