Skip to content

Commit dfa5498

Browse files
Website: Fixed typos "Prims" (#2455)
1 parent a0a9f1e commit dfa5498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/styles/overwrites.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file contains specific fixes and changes from some parts of the theme.
33
*
4-
* This file is part of Prims and not of the theme!
4+
* This file is part of Prism and not of the theme!
55
*/
66

77
pre.prettyprint > ol.linenums {

extending.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h3>Dependency kinds</h3>
271271
</dd>
272272
<dt><code>optional</code></dt>
273273
<dd>
274-
Prims will ensure that an optional dependee is loaded before the depender if the dependee is loaded. Unlike <code>require</code> dependencies which also guarantee that the dependees are loaded, <code>optional</code> dependencies only guarantee the order of loaded components. <br>
274+
Prism will ensure that an optional dependee is loaded before the depender if the dependee is loaded. Unlike <code>require</code> dependencies which also guarantee that the dependees are loaded, <code>optional</code> dependencies only guarantee the order of loaded components. <br>
275275
You are <strong>not</strong> allowed to modify the dependees. If you need to modify the optional dependee, declare it as <code>modify</code> instead.
276276

277277
<p>This kind of dependency is useful if you have embedded languages but you want to give the users a choice as to whether they want to include the embedded language. By using <code>optional</code> dependencies, users can better control the bundle size of Prism by only including the languages they need.<br>

0 commit comments

Comments
 (0)