1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

examples/nested-components: use an apostrophe rather than a prime (#566)

This is just my OCD, but this file is much easier on the eyes when apostrophes are used rather than primes. It's also proper, as the [prime](https://en.wikipedia.org/wiki/Prime_(symbol)) is used in mathematics, not written English.
This commit is contained in:
Stephen Mathieson 2016-12-29 10:50:36 -08:00 committed by Guillermo Rauch
parent 030a1ed6a9
commit 369bc873f8

View file

@ -19,7 +19,7 @@ export default () => (
<hr /> <hr />
<Post title='The final blog post'> <Post title='The final blog post'>
<P>C'est fin</P> <P>Cest fin</P>
</Post> </Post>
<style jsx>{` <style jsx>{`