Fix the misused apostrophe
authorAlexander Ebert <ebert@woltlab.com>
Tue, 4 Oct 2022 11:06:16 +0000 (13:06 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 11:06:16 +0000 (13:06 +0200)
Co-authored-by: Tim Düsterhus <duesterhus@woltlab.com>
docs/migration/wsc55/icons.md

index 0baeecbda39de80537b3699a5d20a5f0825888bd..110e59fee3239077412a6473131899902d3dd85d 100644 (file)
@@ -45,14 +45,14 @@ The new template function `{icon}` was added to take care of generating the HTML
 Icons in HTML should not be constructed using the actual HTML element, but instead always use `{icon}`.
 
 ```smarty
-<button class="button">{icon name='bell'} Iâ\80\98m a button with a bell icon</button>
+<button class="button">{icon name='bell'} Iâ\80\99m a button with a bell icon</button>
 ```
 
 Unless specified the icon will attempt to use a non-solid variant of the icon if it is available.
 You can explicitly request a solid version of the icon by specifying it with `type='solid'`.
 
 ```smarty
-<button class="button">{icon name='bell' type='solid'} Iâ\80\98m a button with a solid bell icon</button>
+<button class="button">{icon name='bell' type='solid'} Iâ\80\99m a button with a solid bell icon</button>
 ```
 
 Icons will implicitly assume the size `16`, but you can explicitly request a different icon size using the `size` attribute: