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:
parent
030a1ed6a9
commit
369bc873f8
|
@ -19,7 +19,7 @@ export default () => (
|
|||
<hr />
|
||||
|
||||
<Post title='The final blog post'>
|
||||
<P>C'est fin</P>
|
||||
<P>C’est fin</P>
|
||||
</Post>
|
||||
|
||||
<style jsx>{`
|
||||
|
|
Loading…
Reference in a new issue